fix outdir default type docs
This commit is contained in:
parent
3f0bc5af57
commit
efc63bfd0f
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ export interface AstroUserConfig {
|
|||
* @docs
|
||||
* @name outDir
|
||||
* @type {string}
|
||||
* @default `"./out"`
|
||||
* @default `"./dist"`
|
||||
* @description Set the directory that `astro build` writes your final build to.
|
||||
*
|
||||
* The value can be either an absolute file system path or a path relative to the project root.
|
||||
|
|
Loading…
Reference in a new issue