From b2cb13bbfdbac56e20a3025074c11b2ffaa9ab9f Mon Sep 17 00:00:00 2001 From: Kimjiwon Date: Thu, 30 Apr 2026 19:24:19 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20s3=20=EB=8F=84=EB=A9=94=EC=9D=B8=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.ts b/next.config.ts index ae376798..902c0ebe 100644 --- a/next.config.ts +++ b/next.config.ts @@ -8,6 +8,10 @@ const nextConfig: NextConfig = { protocol: 'https', hostname: 'weeth-s3-dev.s3.ap-northeast-2.amazonaws.com', }, + { + protocol: 'https', + hostname: 'weeth-s3-prod.s3.ap-northeast-2.amazonaws.com', + }, ], }, };