fix: 更新Umami统计服务的URL和基础路径

将Umami统计服务的URL从'us.umami.is'更新为'cloud.umami.is',保持配置一致性
This commit is contained in:
二叉树树
2025-10-11 18:52:18 +08:00
parent a6b8933930
commit b085541a5c

View File

@@ -75,7 +75,7 @@ export const navBarConfig: NavBarConfig = {
},
{
name: "统计",
url: "https://us.umami.is/share/hN3l7PGcxsUCBHfU", // Internal links should not include the base path, as it is automatically added
url: "https://cloud.umami.is/share/hN3l7PGcxsUCBHfU", // 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
},
{
@@ -118,7 +118,7 @@ export const imageFallbackConfig: ImageFallbackConfig = {
export const umamiConfig: UmamiConfig = {
enable: true,
baseUrl: "https://us.umami.is",
baseUrl: "https://cloud.umami.is",
shareId: "hN3l7PGcxsUCBHfU",
timezone: "Asia/Shanghai",
};