0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/www/astro.config.mjs
2021-07-20 04:07:49 +00:00

6 lines
96 B
JavaScript

export default {
buildOptions: {
sitemap: true,
site: 'https://astro.build/',
},
};