update: 更新外链为分流域名,将多域名分流改为单域名分流

This commit is contained in:
二叉树树
2026-01-11 02:45:51 +08:00
parent d81ae73da7
commit 4b53d01ab0
2 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ export const navBarConfig: NavBarConfig = {
},
{
name: "统计",
url: "https://umami.2x.nz/share/CdkXbGgZr6ECKOyK", // Internal links should not include the base path, as it is automatically added
url: "https://umami.acofork.com/share/CdkXbGgZr6ECKOyK", // Internal links should not include the base path, as it is automatically added
external: true, // Show an external link icon and will open in a new tab
},
{
@@ -121,7 +121,7 @@ export const imageFallbackConfig: ImageFallbackConfig = {
export const umamiConfig: UmamiConfig = {
enable: true,
baseUrl: "https://umami.2x.nz",
baseUrl: "https://umami.acofork.com",
shareId: "CdkXbGgZr6ECKOyK",
timezone: "Asia/Shanghai",
};

View File

@@ -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.2x.nz/random.js"></script>
<script data-swup-ignore-script is:inline src="https://pic.acofork.com/random.js"></script>