Skip to content

Commit e6e72ba

Browse files
committed
fix url github
1 parent 7d7e4ba commit e6e72ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ export default defineConfig({
88
siteTitle: false,
99
logo: { src: '/images/logo.svg', height: 24 },
1010
logoLink: { link: 'https://rustfs.com', target: '_blank' },
11+
editLink: { pattern: 'https://github.com/rustfs/docs.rustfs.com/edit/main/docs/:path'},
1112
socialLinks: [
1213
{ icon: 'github', link: 'https://github.com/rustfs/rustfs' },
1314
{ icon: 'twitter', link: 'https://twitter.com/rustfsofficial' },
1415
{ icon: 'weibo', link: 'https://weibo.com/rustfs' },
1516
],
16-
editLink: {
17-
pattern: 'https://github.com/rustfs/docs.rustfs.com/edit/main/docs/:path'
18-
},
1917
search: {
2018
provider: 'local',
2119
options: {

0 commit comments

Comments
 (0)