summaryrefslogtreecommitdiff
path: root/docs/src/pages/en/reference/configuration-reference.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/pages/en/reference/configuration-reference.md')
-rw-r--r--docs/src/pages/en/reference/configuration-reference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/en/reference/configuration-reference.md b/docs/src/pages/en/reference/configuration-reference.md
index 7d6cb37e9..82c535a65 100644
--- a/docs/src/pages/en/reference/configuration-reference.md
+++ b/docs/src/pages/en/reference/configuration-reference.md
@@ -61,7 +61,7 @@ The `renderers` option defines the framework renderers to be used by Astro.
#### buildOptions
-The `buildOptions` option configures how a site is built, including its base URL (`buildOptions.site`), whether it includes a sitemap (`buildOptions.sitemap`), and whether its pages should be files (`path.html`) or directories (`path/index.html`) (`buildOptions.pageUrlFormat`).
+The `buildOptions` option configures how a site is built, including its base URL (`buildOptions.site`), whether it includes a sitemap (`buildOptions.sitemap`), whether markdown draft pages should be included in the build (`buildOptions.drafts`), and whether its pages should be files (`path.html`) or directories (`path/index.html`) (`buildOptions.pageUrlFormat`).
#### devOptions