From 77b9b08e3509e94d2dea87bef872fc949121cae1 Mon Sep 17 00:00:00 2001 From: kerbores Date: Thu, 7 Aug 2025 16:50:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kerbores --- .vitepress/config.mts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index f84a9cc..6884716 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -24,8 +24,7 @@ export default defineConfig({ logo: "/logo.png", editLink: { text: "为此页提供修改建议", - pattern: - "https://gitea.riemann.tech/wangguiyuan/blog/_edit/develop/docs/:path", + pattern: "https://git.riemann.tech/wangguiyuan/blog/_edit/main/:path", }, search: { provider: "local", @@ -109,7 +108,7 @@ export default defineConfig({ ], socialLinks: [ - { icon: "gitea", link: "git@git.riemann.tech:wangguiyuan/blog.git" }, + { icon: "gitea", link: "https://git.riemann.tech/wangguiyuan/blog" }, ], }, });