mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
fix(config): 更新umami统计服务的baseUrl地址
将umami统计服务的baseUrl从"https://umami.2x.nz"更改为"https://acofork-umami.zeabur.app",以适配新的部署环境
This commit is contained in:
@@ -116,7 +116,7 @@ export const imageFallbackConfig: ImageFallbackConfig = {
|
||||
|
||||
export const umamiConfig: UmamiConfig = {
|
||||
enable: true,
|
||||
baseUrl: "https://umami.2x.nz",
|
||||
baseUrl: "https://acofork-umami.zeabur.app",
|
||||
shareId: "ZyDjOrmjaBTlmGtd",
|
||||
timezone: "Asia/Shanghai",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user