chore: dev모드 cors 설정 추가

This commit is contained in:
Daseul Kim 2025-06-27 15:57:40 +09:00
parent f87b4dc346
commit 28fe1d6388

View File

@ -12,6 +12,7 @@ const nextConfig: NextConfig = {
fullUrl: true, fullUrl: true,
}, },
}, },
allowedDevOrigins: ['hanasysfield.jp', '*.hanasysfield.jp'],
async rewrites() { async rewrites() {
return [ return [
{ {