From 56fe7cf6334ceeffa66440dc224ed3d552a7d379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Tue, 9 Dec 2025 20:45:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=BD=91=E7=AB=99?= =?UTF-8?q?=E5=9F=9F=E5=90=8D=E5=8F=8A=E7=9B=B8=E5=85=B3=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=B8=BAacofork.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将主域名从2x.nz更改为acofork.com - 移除侧边栏中的DomainSwitcher组件 - 更新所有相关配置中的域名引用 - 修改统计和图片服务的URL为新域名 --- astro.config.mjs | 2 +- src/components/widget/SideBar.astro | 1 - src/config.ts | 10 +++++----- src/layouts/Layout.astro | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index ce6e61231..273004c62 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -33,7 +33,7 @@ export default defineConfig({ image: { service: passthroughImageService() }, - site: "https://2x.nz", + site: "https://acofork.com", base: "/", trailingSlash: "always", output: "static", diff --git a/src/components/widget/SideBar.astro b/src/components/widget/SideBar.astro index 8aca84199..282bee50d 100644 --- a/src/components/widget/SideBar.astro +++ b/src/components/widget/SideBar.astro @@ -17,7 +17,6 @@ const className = Astro.props.class;