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:
parent
b31a46673e
commit
8fb9624b08
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue