diff options
-rw-r--r-- | packages/astro/src/@types/astro.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index fca4aff80..7dd66e41a 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -171,7 +171,6 @@ export interface AstroUserConfig { integrations?: Array<AstroIntegration | AstroIntegration[]>; /** - * @docs * @name adapter * @type {AstroIntegration} * @default `undefined` |