diff options
author | 2024-01-17 13:26:47 +0000 | |
---|---|---|
committer | 2024-01-17 13:26:47 +0000 | |
commit | efadef206f451d73bf027108ff5ce0799bd5caa8 (patch) | |
tree | 2529529427823023b25a8e88c61949c37744c0cc | |
parent | f1a61268061b8834f39a9b38bca043ae41caed04 (diff) | |
download | astro-efadef206f451d73bf027108ff5ce0799bd5caa8.tar.gz astro-efadef206f451d73bf027108ff5ce0799bd5caa8.tar.zst astro-efadef206f451d73bf027108ff5ce0799bd5caa8.zip |
[ci] format
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 8de67fdae..a7dbd14ac 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 |