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 0a8e201 commit e74c7eaCopy full SHA for e74c7ea
.vitepress/config.ts
@@ -35,6 +35,10 @@ export default defineConfig({
35
nav,
36
sidebar,
37
socialLinks: [{ icon: 'github', link: 'https://github.com/coderhyh/coding-playground' }],
38
+ editLink: {
39
+ pattern: 'https://github.com/coderhyh/coding-playground/blob/main/:path',
40
+ text: '查看源码',
41
+ },
42
search: {
43
provider: 'local',
44
},
0 commit comments