refactor(config): 移除状态检测节点配置

移除不再使用的状态检测节点URL配置,保持配置简洁
This commit is contained in:
二叉树树
2026-01-16 16:52:30 +08:00
parent b9d39e561d
commit c062848631

View File

@@ -62,8 +62,7 @@ export const siteConfig: SiteConfig = {
],
server: [
{ url: "", text: "博客本体节点" },
{ url: "https://umami.acofork.com", text: "Umami节点" },
{ url: "https://status.acofork.com", text: "状态检测节点"}
{ url: "https://umami.acofork.com", text: "Umami节点" }
],
};