summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <ematipico@users.noreply.github.com> 2024-01-17 13:26:47 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-01-17 13:26:47 +0000
commitefadef206f451d73bf027108ff5ce0799bd5caa8 (patch)
tree2529529427823023b25a8e88c61949c37744c0cc
parentf1a61268061b8834f39a9b38bca043ae41caed04 (diff)
downloadastro-efadef206f451d73bf027108ff5ce0799bd5caa8.tar.gz
astro-efadef206f451d73bf027108ff5ce0799bd5caa8.tar.zst
astro-efadef206f451d73bf027108ff5ce0799bd5caa8.zip
[ci] format
-rw-r--r--packages/astro/src/@types/astro.ts2
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