0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00

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 * @docs
* @name outDir * @name outDir
* @type {string} * @type {string}
* @default `"./out"` * @default `"./dist"`
* @description Set the directory that `astro build` writes your final build to. * @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. * The value can be either an absolute file system path or a path relative to the project root.