From 4dfb1b9932766e1d2ed0f2f26b97fe1daab02a16 Mon Sep 17 00:00:00 2001 From: llddang Date: Fri, 13 Sep 2024 01:42:02 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=B0=B8?= =?UTF-8?q?=EC=A1=B0=20=EB=8F=84=EB=A9=94=EC=9D=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #191 --- frontend/next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs index b5fba6bc..3b4cd057 100644 --- a/frontend/next.config.mjs +++ b/frontend/next.config.mjs @@ -5,7 +5,7 @@ const nextConfig = { styledComponents: true, }, images: { - domains: ['localhost'], + domains: ['localhost', 'swcss.pusan.ac.kr'], }, };