fix outdir default type docs

This commit is contained in:
Fred K. Schott 2022-04-03 23:19:27 -07:00
parent 3f0bc5af57
commit efc63bfd0f

View file

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