Skip to content

Commit 35052f7

Browse files
authored
ci: update reference docs
1 parent 9d31f35 commit 35052f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/en/reference/configuration-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ By default, Astro's i18n routing creates pages that redirect your visitors to a
12041204

12051205
When `i18n.routing.fallback: "rewrite"` is configured, Astro will create pages that render the contents of the fallback page on the original, requested URL.
12061206

1207-
With the following configuration, if you have the file `src/pages/en/about.astro` but not `src/pages/fr/about.astro`, the `astro build` command will generate `dist/fr/about.html` with the same content as the `dist/en/index.html` page.
1207+
With the following configuration, if you have the file `src/pages/en/about.astro` but not `src/pages/fr/about.astro`, the `astro build` command will generate `dist/fr/about.html` with the same content as the `dist/en/about.html` page.
12081208
Your site visitor will see the English version of the page at `https://example.com/fr/about/` and will not be redirected.
12091209

12101210
```js

0 commit comments

Comments
 (0)