mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
fix: 更新Umami统计服务的URL和基础路径
将Umami统计服务的URL从'us.umami.is'更新为'cloud.umami.is',保持配置一致性
This commit is contained in:
@@ -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",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user