diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index cfd3ed63dd..faa2df03eb 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} * @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'