example blog add buildoptions (#142)

* examples: add astroRoot to blog example

* example: add astro config for `npm run build` #141
This commit is contained in:
duncanhealy 2021-04-29 11:28:33 +01:00 committed by GitHub
parent 961eee5007
commit 787ba306cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
};