From 2b3c01eb12bc6e92ea508672fe5dcd09782af67a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Thu, 8 Jan 2026 00:11:46 +0800 Subject: [PATCH] =?UTF-8?q?refactor(astro.config):=20=E7=AE=80=E5=8C=96?= =?UTF-8?q?=E9=87=8D=E5=AE=9A=E5=90=91=E9=85=8D=E7=BD=AE=EF=BC=8C=E4=BB=85?= =?UTF-8?q?=E4=BF=9D=E7=95=99=E5=BF=85=E8=A6=81=E6=9D=A1=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除不再使用的第三方服务重定向链接,仅保留/sponsors的重定向配置,使配置文件更简洁易维护 --- astro.config.mjs | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index e2408b9a7..537e5311e 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -39,21 +39,7 @@ export default defineConfig({ trailingSlash: "always", output: "static", redirects: { - "/donate": "/sponsors", - "/ak": - "https://akile.io/register?aff_code=503fe5ea-e7c5-4d68-ae05-6de99513680e", - "/kook": "https://kook.vip/K29zpT", - "/long": - "https://iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii.iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii.in/", - "/mly": "https://muleyun.com/aff/GOTRJLPN", - "/tg": "https://t.me/+_07DERp7k1ljYTc1", - "/tit": "/posts/pin/", - "/tly": "https://tianlicloud.cn/aff/HNNCFKGP", - "/wly": "https://wl.awcmam.com/#/register?code=FNQwOQBM", - "/yyb": "https://www.rainyun.com/acofork_?s=bilibili", - "/iku": "https://ikuuu.de/auth/register?code=Bjou", - "/esa": - "https://tianchi.aliyun.com/specials/promotion/freetier/esa?taskCode=25254&recordId=c856e61228828a0423417a767828d166", + "/donate": "/sponsors" }, integrations: [ tailwind({