mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
refactor(config): 移除随机图节点配置
不再需要独立的随机图节点服务,因此从配置中移除相关条目
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://pic.acofork.com", text: "随机图节点" },
|
||||
{ url: "https://umami.acofork.com", text: "Umami节点" }
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user