From c806de4a7bc4c93a39db0f5b80d5a2e3e53d5337 Mon Sep 17 00:00:00 2001 From: ChaDongmin Date: Tue, 16 Jul 2024 20:25:33 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20:=20next=20config=EC=97=90=20=EA=B5=AC?= =?UTF-8?q?=EA=B8=80=20=EC=9C=A0=EC=A0=80=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=ED=98=B8=EC=8A=A4=ED=8C=85=20=EC=A3=BC=EC=86=8C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index 67e6851..f178b3c 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -23,6 +23,10 @@ const nextConfig = { hostname: 'firebasestorage.googleapis.com', // 필요한 경우 port와 pathname을 추가할 수 있습니다. }, + { + protocol: 'https', + hostname: 'lh3.googleusercontent.com', + }, ], }, };