docs: update draft
comment
This commit is contained in:
parent
ad8e937454
commit
ff53c015bd
1 changed files with 2 additions and 2 deletions
|
@ -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) */
|
||||
|
|
Loading…
Reference in a new issue