Skip to content

Commit c13e4d3

Browse files
committed
'
1 parent 6db8008 commit c13e4d3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.vitepress/config.mts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ export default defineConfig({
7272
footer: {
7373
message: `Copyright © 114514 BC - ${new Date().getFullYear()} vectorlex <vectorlex@outlook.com>`,
7474
copyright: "This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details."
75-
}
75+
},
76+
editLink: {
77+
pattern: "https://github.com/vectorlex/vectorlex.github.io/docs/:path", // 改成自己的仓库
78+
text: "GitHub"
79+
},
7680
}
7781
})

0 commit comments

Comments
 (0)