Skip to content

Commit ccacbd1

Browse files
committed
增加 github repo 鏈結
1 parent dda2021 commit ccacbd1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

book/.vitepress/config.mts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ export default defineConfig({
66
description: "咒法分析與真言運行",
77
base: "/compiler_tutorial/",
88
themeConfig: {
9-
// https://vitepress.dev/reference/default-theme-config
9+
socialLinks: [
10+
{ icon: "github", link: "https://github.com/mros/compiler_tutorial" },
11+
],
1012
nav: [
1113
{ text: "首頁", link: "/" },
1214
{ text: "修行", link: "/大品天仙訣之臆想" },
@@ -113,9 +115,5 @@ export default defineConfig({
113115
],
114116
},
115117
],
116-
117-
socialLinks: [
118-
{ icon: "github", link: "https://github.com/vuejs/vitepress" },
119-
],
120118
},
121119
});

0 commit comments

Comments
 (0)