mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
refactor(config): 移除状态检测节点配置
移除不再使用的状态检测节点URL配置,保持配置简洁
This commit is contained in:
@@ -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节点" }
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user