fix: 更新统计和Umami服务的域名配置

将统计链接和Umami服务的域名从acofork.com更改为2x.nz,以反映服务迁移
This commit is contained in:
二叉树树
2025-12-15 23:01:00 +08:00
parent ae897cca86
commit 323047f9aa
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ export default defineConfig({
image: { image: {
service: passthroughImageService() service: passthroughImageService()
}, },
site: "https://acofork.com", site: "https://2x.nz",
base: "/", base: "/",
trailingSlash: "always", trailingSlash: "always",
output: "static", output: "static",

View File

@@ -77,7 +77,7 @@ export const navBarConfig: NavBarConfig = {
}, },
{ {
name: "统计", 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 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 = { export const umamiConfig: UmamiConfig = {
enable: true, enable: true,
baseUrl: "https://umami.acofork.com", baseUrl: "https://umami.2x.nz",
shareId: "CdkXbGgZr6ECKOyK", shareId: "CdkXbGgZr6ECKOyK",
timezone: "Asia/Shanghai", timezone: "Asia/Shanghai",
}; };