diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 8de67fdae0..a7dbd14ac5 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -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