🐞 fix: branches error

This commit is contained in:
m1m1sha
2024-05-07 22:28:21 +08:00
parent cc69fba049
commit 0c43aaa156
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export const cn = defineConfig({
copyright: '版权所有 © 2024-present EasyTier',
},
editLink: {
pattern: 'https://github.com/m1m1sha/easytier-doc/edit/main/:path',
pattern: 'https://github.com/m1m1sha/easytier-doc/edit/dev/:path',
text: '在 GitHub 上编辑此页面',
},
docFooter: {
+1 -1
View File
@@ -42,7 +42,7 @@ export const en = defineConfig({
copyright: 'Copyright © 2024-present EasyTier',
},
editLink: {
pattern: 'https://github.com/m1m1sha/easytier-doc/edit/main/:path',
pattern: 'https://github.com/m1m1sha/easytier-doc/edit/dev/:path',
text: 'Edit this page on GitHub',
},
},