diff --git a/examples/blog/astro.config.mjs b/examples/blog/astro.config.mjs index 5fc4abd1c..2f34788e5 100644 --- a/examples/blog/astro.config.mjs +++ b/examples/blog/astro.config.mjs @@ -1,3 +1,10 @@ export default { - site: 'https://muppet-blog.github.io/', + projectRoot: '.', + public: './public', + dist: './dist', + buildOptions:{ + sitemap: true, + site: 'https://muppet-blog.github.io/', + }, + astroRoot: './src', };