mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
fix: 修正导航栏中他站链接路径错误
将"/other-sites/"修改为"/posts/other-sites/",以保持内部链接路径一致性
This commit is contained in:
@@ -78,7 +78,7 @@ export const navBarConfig: NavBarConfig = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "他站",
|
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
|
external: true, // Show an external link icon and will open in a new tab
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user