Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 authored and astrobot-houston committed Nov 10, 2023
1 parent aa4ef8a commit 44bfc9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ export interface AstroUserConfig {
excludeMiddleware?: boolean;
};

/**
/**
* @docs
* @kind heading
* @name Prefetch Options
Expand Down Expand Up @@ -1457,7 +1457,7 @@ export interface AstroUserConfig {
i18n?: {
/**
* @docs
* @kind h4
* @kind h4
* @name experimental.i18n.defaultLocale
* @type {string}
* @version 3.5.0
Expand All @@ -1470,7 +1470,7 @@ export interface AstroUserConfig {
defaultLocale: string;
/**
* @docs
* @kind h4
* @kind h4
* @name experimental.i18n.locales
* @type {string[]}
* @version 3.5.0
Expand All @@ -1484,7 +1484,7 @@ export interface AstroUserConfig {

/**
* @docs
* @kind h4
* @kind h4
* @name experimental.i18n.fallback
* @type {Record<string, string>}
* @version 3.5.0
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 44bfc9b

Please sign in to comment.