0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
sarah11918 2023-11-10 19:25:08 +00:00 committed by astrobot-houston
parent aa4ef8a1e7
commit 44bfc9bbba

View file

@ -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'