diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 058771d8a..5a313c7dc 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -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.