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", logo: "/logo.png",
editLink: { editLink: {
text: "为此页提供修改建议", text: "为此页提供修改建议",
pattern: pattern: "https://git.riemann.tech/wangguiyuan/blog/_edit/main/:path",
"https://gitea.riemann.tech/wangguiyuan/blog/_edit/develop/docs/:path",
}, },
search: { search: {
provider: "local", provider: "local",
@@ -109,7 +108,7 @@ export default defineConfig({
], ],
socialLinks: [ socialLinks: [
{ icon: "gitea", link: "git@git.riemann.tech:wangguiyuan/blog.git" }, { icon: "gitea", link: "https://git.riemann.tech/wangguiyuan/blog" },
], ],
}, },
}); });