summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/src/@types/astro.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts
index cfd3ed63d..faa2df03e 100644
--- a/packages/astro/src/@types/astro.ts
+++ b/packages/astro/src/@types/astro.ts
@@ -914,7 +914,7 @@ export interface AstroUserConfig {
excludeMiddleware?: boolean;
};
- /**
+ /**
* @docs
* @kind heading
* @name Prefetch Options
@@ -1457,7 +1457,7 @@ export interface AstroUserConfig {
i18n?: {
/**
* @docs
- * @kind h4
+ * @kind h4
* @name experimental.i18n.defaultLocale
* @type {string}
* @version 3.5.0
@@ -1470,7 +1470,7 @@ export interface AstroUserConfig {
defaultLocale: string;
/**
* @docs
- * @kind h4
+ * @kind h4
* @name experimental.i18n.locales
* @type {string[]}
* @version 3.5.0
@@ -1484,7 +1484,7 @@ export interface AstroUserConfig {
/**
* @docs
- * @kind h4
+ * @kind h4
* @name experimental.i18n.fallback
* @type {Record<string, string>}
* @version 3.5.0
@@ -1517,7 +1517,7 @@ export interface AstroUserConfig {
/**
* @docs
- * @kind h4
+ * @kind h4
* @name experimental.i18n.routingStrategy
* @type {'prefix-always' | 'prefix-other-locales'}
* @default 'prefix-other-locales'