fix: 修正导航栏中他站链接路径错误

将"/other-sites/"修改为"/posts/other-sites/",以保持内部链接路径一致性
This commit is contained in:
二叉树树
2026-01-01 19:47:02 +08:00
parent d378c49be0
commit 82bbc7c598

View File

@@ -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
},
{