From efadef206f451d73bf027108ff5ce0799bd5caa8 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Wed, 17 Jan 2024 13:26:47 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/@types/astro.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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