Skip to content

Commit

Permalink
🔥 remove md file from pages extension
Browse files Browse the repository at this point in the history
fix building issues
  • Loading branch information
doroudi committed Sep 15, 2024
1 parent e871213 commit e757195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default defineConfig({
// dts: 'src/typed-router.d.ts',
// }),
Pages({
extensions: ['vue', 'md'],
extensions: ['vue'],
syncIndex: false,
}),

Expand Down

0 comments on commit e757195

Please sign in to comment.