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', + }, ], }, };