From 41f2126558cda2c020625b250f8e7220fd688d31 Mon Sep 17 00:00:00 2001 From: SuhwanJee Date: Sat, 2 Nov 2024 17:59:08 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20remotePatterns=20=EC=98=AC=EB=B0=94?= =?UTF-8?q?=EB=A5=B4=EA=B2=8C=20=EB=84=A3=EC=96=B4=EC=A3=BC=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 52e93d3..14ad4c6 100644 --- a/next.config.js +++ b/next.config.js @@ -7,7 +7,7 @@ const nextConfig = { { protocol: "https", hostname: "scc-dev-accessibility-images.s3.ap-northeast-2.amazonaws.com" }, { protocol: "https", hostname: "scc-dev-accessibility-images-2.s3.ap-northeast-2.amazonaws.com" }, { protocol: "https", hostname: "scc-dev-home-banners.s3.ap-northeast-2.amazonaws.com"}, - { protocol: "https", hostname: "scc-home-banners.s3.ap-northeast-2.amazonaws.com"}, + { protocol: "https", hostname: "scc-prod-home-banners.s3.ap-northeast-2.amazonaws.com"}, ], }, }