docs: update draft comment

This commit is contained in:
Nate Moore 2021-06-28 11:48:13 -04:00
parent ad8e937454
commit ff53c015bd

View file

@ -26,8 +26,8 @@ export interface AstroConfig {
markdownOptions?: Partial<AstroMarkdownOptions>;
/** Options specific to `astro build` */
buildOptions: {
/** should draft documents be ignored **/
draft: boolean;
/** Generate pages from draft documents (set to "true" to enable) **/
draft?: boolean;
/** Your public domain, e.g.: https://my-site.dev/. Used to generate sitemaps and canonical URLs. */
site?: string;
/** Generate sitemap (set to "false" to disable) */