mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
refactor: 移除随机图节点并更新随机脚本域名
移除不再使用的随机图节点配置,并将随机脚本的域名从pic.acofork.com更新为pic1.acofork.com
This commit is contained in:
@@ -63,7 +63,6 @@ export const siteConfig: SiteConfig = {
|
||||
server: [
|
||||
{ url: "", text: "博客本体节点" },
|
||||
{ url: "https://umami.acofork.com", text: "Umami节点" },
|
||||
{ url: "https://pic.acofork.com", text: "随机图节点" },
|
||||
{ url: "https://status.acofork.com", text: "状态检测节点"}
|
||||
],
|
||||
};
|
||||
|
||||
@@ -115,7 +115,7 @@ const bannerOffset =
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<script src="/js/umami-share.js" defer></script>
|
||||
<script data-swup-ignore-script is:inline src="https://pic.acofork.com/random.js"></script>
|
||||
<script data-swup-ignore-script is:inline src="https://pic1.acofork.com/random.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user