From 8fb9624b0827f76562b32a36b4ae8aa873d1ef68 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Thu, 1 Feb 2024 11:29:37 +0000 Subject: [PATCH] fix(docs): add missing variant (#9922) --- packages/astro/src/@types/astro.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 6c409224a5..6481f88be7 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -784,7 +784,7 @@ export interface AstroUserConfig { /** * @docs * @name build.format - * @typeraw {('file' | 'directory')} + * @typeraw {('file' | 'directory' | 'preserve')} * @default `'directory'` * @description * Control the output file format of each page. This value may be set by an adapter for you.