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