From 82bbc7c598610be213da91d8a7bddbcccd397917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Thu, 1 Jan 2026 19:47:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E4=B8=AD=E4=BB=96=E7=AB=99=E9=93=BE=E6=8E=A5=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将"/other-sites/"修改为"/posts/other-sites/",以保持内部链接路径一致性 --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 860283558..e87b9e334 100644 --- a/src/config.ts +++ b/src/config.ts @@ -78,7 +78,7 @@ export const navBarConfig: NavBarConfig = { }, { name: "他站", - url: "/other-sites/", // Internal links should not include the base path, as it is automatically added + url: "/posts/other-sites/", // Internal links should not include the base path, as it is automatically added external: true, // Show an external link icon and will open in a new tab }, {