diff options
Diffstat (limited to 'www/astro.config.mjs')
-rw-r--r-- | www/astro.config.mjs | 4 |
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/', }, -} +}; |