diff --git a/astro.config.mjs b/astro.config.mjs index 67df56562..3dc4fb2b4 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -33,7 +33,7 @@ export default defineConfig({ image: { service: passthroughImageService() }, - site: "https://acofork.com", + site: "https://2x.nz", base: "/", trailingSlash: "always", output: "static", diff --git a/src/config.ts b/src/config.ts index f5097d588..e91cbbd1f 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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", };