mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
fix: 更新统计和Umami服务的域名配置
将统计链接和Umami服务的域名从acofork.com更改为2x.nz,以反映服务迁移
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user