fix: 地址
All checks were successful
Release / Release (push) Successful in 32s

Signed-off-by: kerbores <kerbores@gmail.com>
This commit is contained in:
2025-08-07 16:50:07 +08:00
parent a2d9f0084c
commit 77b9b08e35

View File

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