From 0c43aaa15692d1c9027a7c97f7e62f45e9b30cd0 Mon Sep 17 00:00:00 2001 From: m1m1sha <18262227804@163.com> Date: Tue, 7 May 2024 22:28:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20branches=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config/cn.ts | 2 +- .vitepress/config/en.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', }, },