Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed Apr 8, 2024
1 parent f3c9373 commit 3d49c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default defineConfig(async ({ mode }) => {

plugins: [
Components({
dirs: ['./theme/components'],
dirs: ['.vitepress/theme/components'],
include: [/\.vue$/, /\.vue\?vue/, /\.md$/],
}),
AutoImport({
Expand Down

0 comments on commit 3d49c8b

Please sign in to comment.