Skip to content

Commit

Permalink
fix: set initial pageExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Jun 28, 2022
1 parent 59c3b9c commit 037be5f
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 @@ -339,7 +339,7 @@ export async function validateConfig(
const result = {
...(await AstroConfigRelativeSchema.parseAsync(userConfig)),
_ctx: {
pageExtensions: [],
pageExtensions: ['.astro', '.md'],
scripts: [],
renderers: [],
injectedRoutes: [],
Expand Down

0 comments on commit 037be5f

Please sign in to comment.