summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGravatar Marty Nelson <marty@martypdx.com> 2022-01-27 14:45:01 -0800
committerGravatar GitHub <noreply@github.com> 2022-01-27 17:45:01 -0500
commit46085e6d8cd0e1a3648411550d5c9174776a44fb (patch)
tree72af6c1068b9dc64f63d1f4cf57322155a82aba1 /docs/src
parent2a24147d68857c739ad06c7bcc0f91420f05f36a (diff)
downloadastro-46085e6d8cd0e1a3648411550d5c9174776a44fb.tar.gz
astro-46085e6d8cd0e1a3648411550d5c9174776a44fb.tar.zst
astro-46085e6d8cd0e1a3648411550d5c9174776a44fb.zip
update pages config doc description (#2478)
Diffstat (limited to 'docs/src')
-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 00d6a7dc1..9c729ee0b 100644
--- a/docs/src/pages/en/reference/configuration-reference.md
+++ b/docs/src/pages/en/reference/configuration-reference.md
@@ -49,7 +49,7 @@ The `src` option sets the directory used to resolve source files, like `pages`.
#### pages
-The `pages` option sets the directory used to resolve pages, relative to the `src` option.
+The `pages` option sets the directory used to resolve pages, relative to the `projectRoot` option.
**Default**: The `src/pages` directory within the `projectRoot` directory.