From 28fe1d63884bfc1f50aa8bced34c9c55de40bdec Mon Sep 17 00:00:00 2001 From: Daseul Kim Date: Fri, 27 Jun 2025 15:57:40 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20dev=EB=AA=A8=EB=93=9C=20cors=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index 6733d06..39503a2 100644 --- a/next.config.ts +++ b/next.config.ts @@ -12,6 +12,7 @@ const nextConfig: NextConfig = { fullUrl: true, }, }, + allowedDevOrigins: ['hanasysfield.jp', '*.hanasysfield.jp'], async rewrites() { return [ {