Skip to content

Commit 30cdcb6

Browse files
committed
fix edit url error
1 parent 4461796 commit 30cdcb6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vitepress/config.mts

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

0 commit comments

Comments
 (0)