0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

fix(docs): add missing variant (#9922)

This commit is contained in:
Emanuele Stoppa 2024-02-01 11:29:37 +00:00 committed by GitHub
parent b31a46673e
commit 8fb9624b08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.