summaryrefslogtreecommitdiff
path: root/www/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'www/astro.config.mjs')
-rw-r--r--www/astro.config.mjs4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/astro.config.mjs b/www/astro.config.mjs
index 3f90c2882..d13e39e6f 100644
--- a/www/astro.config.mjs
+++ b/www/astro.config.mjs
@@ -1,6 +1,6 @@
export default {
buildOptions: {
sitemap: true,
- site: 'https://astro.build/'
+ site: 'https://astro.build/',
},
-}
+};