From ed236ff531bf47ac10338e142dc0036f74a4cb6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Fri, 23 Jan 2026 17:37:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E9=87=8D=E5=AE=9A?= =?UTF-8?q?=E5=90=91=E7=9B=AE=E6=A0=87=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 /gal 路径的重定向目标从 Notion 页面更改为个人博客文章链接。 --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index d5ec08b91..132963b84 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -73,7 +73,7 @@ export default defineConfig({ }, "/gal": { status: 302, - destination: "https://www.notion.so/acofork/AcoFork-24c1e011d4e580ea8b0ee36fdb4a2363", + destination: "https://i.2x.nz/posts/94", }, "/ok": { status: 302,