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" }, ], }, });