diff --git a/src/config.ts b/src/config.ts index aae987545..c7fb37c41 100644 --- a/src/config.ts +++ b/src/config.ts @@ -63,7 +63,8 @@ export const siteConfig: SiteConfig = { server: [ { url: "", text: "博客本体节点" }, { url: "https://umami.acofork.com", text: "Umami节点" }, - { url: "https://pic.acofork.com", text: "随机图节点" } + { url: "https://pic.acofork.com", text: "随机图节点" }, + { url: "https://status.acofork.com", text: "状态检测节点"} ], };