mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
fix: 更新统计和Umami服务的域名配置
将统计链接和Umami服务的域名从acofork.com更改为2x.nz,以反映服务迁移
This commit is contained in:
@@ -33,7 +33,7 @@ export default defineConfig({
|
||||
image: {
|
||||
service: passthroughImageService()
|
||||
},
|
||||
site: "https://acofork.com",
|
||||
site: "https://2x.nz",
|
||||
base: "/",
|
||||
trailingSlash: "always",
|
||||
output: "static",
|
||||
|
||||
@@ -77,7 +77,7 @@ export const navBarConfig: NavBarConfig = {
|
||||
},
|
||||
{
|
||||
name: "统计",
|
||||
url: "https://umami.acofork.com/share/CdkXbGgZr6ECKOyK", // Internal links should not include the base path, as it is automatically added
|
||||
url: "https://umami.2x.nz/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
|
||||
},
|
||||
{
|
||||
@@ -120,7 +120,7 @@ export const imageFallbackConfig: ImageFallbackConfig = {
|
||||
|
||||
export const umamiConfig: UmamiConfig = {
|
||||
enable: true,
|
||||
baseUrl: "https://umami.acofork.com",
|
||||
baseUrl: "https://umami.2x.nz",
|
||||
shareId: "CdkXbGgZr6ECKOyK",
|
||||
timezone: "Asia/Shanghai",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user