Skip to content

Commit

Permalink
fix outdir default type docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Apr 4, 2022
1 parent 32edfbf commit ced54ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ced54ab

Please sign in to comment.