Skip to content

Commit

Permalink
🐞 fix(build): hack修复路径问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lqzhgood committed Nov 25, 2023
1 parent b36c4a9 commit 1e6f5a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,8 @@ export default defineConfig({
noExternal: ['vue-select'],
},
},

ignoreDeadLinks: [
/\/nodejs/,
]
});

0 comments on commit 1e6f5a5

Please sign in to comment.