diff --git a/packages/astro/src/types/public/config.ts b/packages/astro/src/types/public/config.ts index ba49aeb92d17..947d75940dfe 100644 --- a/packages/astro/src/types/public/config.ts +++ b/packages/astro/src/types/public/config.ts @@ -595,6 +595,7 @@ export interface AstroUserConfig< /** * @docs * @name security.allowedDomains + * @kind h4 * @type {RemotePattern[]} * @default `[]` * @version 5.14.2