From 44bfc9bbba5cecda0bd70e02069eeaecf8bca911 Mon Sep 17 00:00:00 2001 From: sarah11918 Date: Fri, 10 Nov 2023 19:25:08 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/@types/astro.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index cfd3ed63dda2..faa2df03ebb9 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'