adds draft configuration option to starter
This commit is contained in:
parent
5c6c6c39bc
commit
eadf186e42
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ export default {
|
|||
// dist: './dist', // When running `astro build`, path to final static output
|
||||
// public: './public', // A folder of static files Astro will copy to the root. Useful for favicons, images, and other files that don’t need processing.
|
||||
buildOptions: {
|
||||
// draft: true, // Ignore markdown documents marked as draft when running `astro build`
|
||||
// site: 'http://example.com', // Your public domain, e.g.: https://my-site.dev/. Used to generate sitemaps and canonical URLs.
|
||||
// sitemap: true, // Generate sitemap (set to "false" to disable)
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue