diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 17e9a55f08e8..64923d91c98b 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -2002,10 +2002,10 @@ export interface AstroUserConfig { * }, * }) * --- - * + * * * ```