Skip to content

Commit

Permalink
chore: update config warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore authored and FredKSchott committed Apr 2, 2022
1 parent 92d294a commit 415b01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export async function validateConfig(userConfig: any, root: string): Promise<Ast
}
}
if (oldConfig) {
throw new Error(`Legacy configuration found. Please update your configuration to the new format!\nSee https://astro.build/config-v1 for more information.`)
throw new Error(`Legacy configuration detected. Please update your configuration to the new format!\nSee https://astro.build/config for more information.`)
}
/* eslint-enable no-console */

Expand Down

0 comments on commit 415b01c

Please sign in to comment.