0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00

[ci] format

This commit is contained in:
Emanuele Stoppa 2024-01-17 13:26:47 +00:00 committed by astrobot-houston
parent f1a6126806
commit efadef206f

View file

@ -1504,7 +1504,7 @@ export interface AstroUserConfig {
*
* Configures whether or not the home URL (`/`) generated by `src/pages/index.astro`
* will redirect to `/[defaultLocale]` when `prefixDefaultLocale: true` is set.
*
*
* Set `redirectToDefaultLocale: false` to disable this automatic redirection at the root of your site:
* ```js
* // astro.config.mjs