diff --git a/next.config.mjs b/next.config.mjs index 6f3426f7..3d63d261 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -3,7 +3,7 @@ const nextConfig = { images: { remotePatterns: [ { - protocol: 'http', + protocol: 'https', hostname: '**', // 모든 도메인 허용 }, ],