diff --git a/.vitepress/config/cn.ts b/.vitepress/config/cn.ts index fc74be5..9ee0659 100644 --- a/.vitepress/config/cn.ts +++ b/.vitepress/config/cn.ts @@ -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: { diff --git a/.vitepress/config/en.ts b/.vitepress/config/en.ts index cd8ec83..ff529b6 100644 --- a/.vitepress/config/en.ts +++ b/.vitepress/config/en.ts @@ -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', }, },