From da6397ca3cda105cc04b6366b221d08f342eaf8d Mon Sep 17 00:00:00 2001 From: Haewon Kam Date: Fri, 11 Sep 2026 18:30:24 +0900 Subject: [PATCH] =?UTF-8?q?fix(supporters):=20astro.config=20=EC=9D=98=20/?= =?UTF-8?q?stay=E2=86=92/recovery=20=EB=A6=AC=EB=8B=A4=EC=9D=B4=EB=A0=89?= =?UTF-8?q?=ED=8A=B8=20=EC=A0=9C=EA=B1=B0=20(=EC=A3=BC=EB=B3=80=20?= =?UTF-8?q?=EC=95=88=EB=82=B4=20=ED=8E=98=EC=9D=B4=EC=A7=80=EA=B0=80=20?= =?UTF-8?q?=EB=A6=AC=EB=8B=A4=EC=9D=B4=EB=A0=89=ED=8A=B8=20HTML=20?= =?UTF-8?q?=EB=A1=9C=20=EB=8D=AE=EC=9D=B4=EB=8D=98=20=EC=9B=90=EC=9D=B8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5.1 --- supporters/astro.config.mjs | 2 -- templates/supporters-astro/astro.config.mjs | 2 -- 2 files changed, 4 deletions(-) diff --git a/supporters/astro.config.mjs b/supporters/astro.config.mjs index 5d46dd6..fe42e91 100644 --- a/supporters/astro.config.mjs +++ b/supporters/astro.config.mjs @@ -9,6 +9,4 @@ export default defineConfig({ trailingSlash: 'never', build: { format: 'file' }, compressHTML: true, - // 주변 안내(/stay)는 회복 일정(/recovery)으로 합쳤다(haewon 2026-09-11). 정적 빌드라 meta refresh 페이지가 생긴다. - redirects: { '/stay': '/recovery', '/en/stay': '/en/recovery' }, }); diff --git a/templates/supporters-astro/astro.config.mjs b/templates/supporters-astro/astro.config.mjs index 55e1f94..fb5d1f3 100644 --- a/templates/supporters-astro/astro.config.mjs +++ b/templates/supporters-astro/astro.config.mjs @@ -9,6 +9,4 @@ export default defineConfig({ trailingSlash: 'never', build: { format: 'file' }, compressHTML: true, - // 주변 안내(/stay)는 회복 일정(/recovery)으로 합쳤다(haewon 2026-09-11). 정적 빌드라 meta refresh 페이지가 생긴다. - redirects: { '/stay': '/recovery', '/en/stay': '/en/recovery' }, });