We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2bf3f commit 314c84bCopy full SHA for 314c84b
docs/.vitepress/config.mts
@@ -7,6 +7,7 @@ export default defineConfig({
7
lang: 'zh-CN',
8
title: "Yuxi-Know Docs",
9
description: "文档中心",
10
+ base: '/Yuxi-Know/',
11
markdown: {
12
config: (md) => {
13
md.use(markdownItTaskCheckbox)
0 commit comments