fix: 更新状态页面的外部链接地址

This commit is contained in:
二叉树树
2025-09-03 07:49:16 +08:00
parent 63321f3d0d
commit 335bed26da

View File

@@ -78,7 +78,7 @@ export const navBarConfig: NavBarConfig = {
},
{
name: "状态",
url: "https://ss.2x.nz/", // Internal links should not include the base path, as it is automatically added
url: "https://acofork-uptime.zeabur.app/status/acofork", // 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
},
],