We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3022e1 commit 66099daCopy full SHA for 66099da
1 file changed
.vitepress/config.mts
@@ -48,8 +48,8 @@ export default defineConfig({
48
],
49
50
editLink: {
51
- pattern: "https://github.com/vectorlex/vectorlex.github.io/tree/main/src/:path", // 改成自己的仓库
52
- text: "在 GitHub 上查看"
+ pattern: "https://github.com/vectorlex/vectorlex.github.io/tree/main/src/:path?plain=1", // 改成自己的仓库
+ text: "在 GitHub 上查看源代码"
53
},
54
55
footer: {
0 commit comments