We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcb9fd commit 4477c8dCopy full SHA for 4477c8d
1 file changed
docs/.vitepress/config.mts
@@ -8,6 +8,10 @@ export default defineConfig({
8
title: "Yuxi-Know",
9
description: "语析",
10
base: '/Yuxi-Know/',
11
+ srcDir: './',
12
+ ignoreDeadLinks: [
13
+ /localhost/
14
+ ],
15
markdown: {
16
config: (md) => {
17
md.use(markdownItTaskCheckbox)
0 commit comments