mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
aa4ef8a1e7
commit
44bfc9bbba
1 changed files with 5 additions and 5 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue