Skip to content

Commit 3c725ed

Browse files
committed
fix edit page url
1 parent 30cdcb6 commit 3c725ed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.vitepress/config.mts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ export default defineConfig({
1313
{ icon: 'twitter', link: 'https://twitter.com/rustfsofficial' },
1414
{ icon: 'weibo', link: 'https://weibo.com/rustfs' },
1515
],
16-
themeConfig: {
17-
editLink: {
16+
editLink: {
1817
pattern: 'https://github.com/rustfs/docs.rustfs.com/edit/main/docs/:path'
19-
}
20-
},
18+
},
2119
search: {
2220
provider: 'local',
2321
options: {

0 commit comments

Comments
 (0)