Skip to content

Commit

Permalink
Aligns docs on pages config with reality (#2477)
Browse files Browse the repository at this point in the history
  • Loading branch information
martypdx authored Jan 27, 2022
1 parent ebaa3f0 commit 2a24147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/en/reference/configuration-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default /** @type {import('astro').AstroUserConfig} */ ({
public: './public/',
dist: './dist/',
src: './src/',
pages: './pages/',
pages: './src/pages/',
renderers: [
'@astrojs/renderer-svelte',
'@astrojs/renderer-vue',
Expand Down Expand Up @@ -51,7 +51,7 @@ The `src` option sets the directory used to resolve source files, like `pages`.

The `pages` option sets the directory used to resolve pages, relative to the `src` option.

**Default**: The `pages` directory within the `src` directory.
**Default**: The `src/pages` directory within the `projectRoot` directory.

#### renderers

Expand Down

0 comments on commit 2a24147

Please sign in to comment.