refactor(config): 移除随机图节点配置

不再需要独立的随机图节点服务,因此从配置中移除相关条目
This commit is contained in:
二叉树树
2026-01-11 03:39:05 +08:00
parent 0b2358b28e
commit 8cc7256469

View File

@@ -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节点" }
],
};