We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda2021 commit ccacbd1Copy full SHA for ccacbd1
book/.vitepress/config.mts
@@ -6,7 +6,9 @@ export default defineConfig({
6
description: "咒法分析與真言運行",
7
base: "/compiler_tutorial/",
8
themeConfig: {
9
- // https://vitepress.dev/reference/default-theme-config
+ socialLinks: [
10
+ { icon: "github", link: "https://github.com/mros/compiler_tutorial" },
11
+ ],
12
nav: [
13
{ text: "首頁", link: "/" },
14
{ text: "修行", link: "/大品天仙訣之臆想" },
@@ -113,9 +115,5 @@ export default defineConfig({
113
115
],
114
116
},
117
-
- socialLinks: [
118
- { icon: "github", link: "https://github.com/vuejs/vitepress" },
119
- ],
120
121
});
0 commit comments