Skip to content

Commit

Permalink
fix: components not found (#165) (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Feb 11, 2024
1 parent e52d01f commit 2ff4590
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ export default defineConfig({
'./.vitepress/@slidev/client/builtin',
],
extensions: ['vue', 'md'],
include: [
/\.(vue|md)$/,
],
include: [/\.vue$/, /\.vue\?vue/, /\.md$/],
resolvers: [
IconsResolver({
prefix: '',
Expand Down

0 comments on commit 2ff4590

Please sign in to comment.