From 4473c7bd7dd239faeb89417c31238438ec597857 Mon Sep 17 00:00:00 2001 From: iOdiO89 <117376841+iOdiO89@users.noreply.github.com> Date: Sun, 23 Jun 2024 21:08:43 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20svg=20import=20path=20/public=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 2df829d..86478ef 100644 --- a/next.config.js +++ b/next.config.js @@ -4,7 +4,7 @@ const nextConfig = { images: { domains: ["https://team-ollie.github.io/WeCare-FE/"], loader: "default", - path: "/", + path: "/public/", unoptimized: true, }, webpack: (config) => {