mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
update: 更新外链为分流域名,将多域名分流改为单域名分流
This commit is contained in:
@@ -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",
|
||||
};
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user