From ea84dcf86f2aa3ed0d8f7e02358593d775a9b003 Mon Sep 17 00:00:00 2001 From: iOdiO89 <117376841+iOdiO89@users.noreply.github.com> Date: Sun, 23 Jun 2024 21:11:55 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20path=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20reset?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 3 --- package.json | 3 --- 2 files changed, 6 deletions(-) diff --git a/next.config.js b/next.config.js index 86478ef..feae51b 100644 --- a/next.config.js +++ b/next.config.js @@ -2,9 +2,6 @@ const nextConfig = { images: { - domains: ["https://team-ollie.github.io/WeCare-FE/"], - loader: "default", - path: "/public/", unoptimized: true, }, webpack: (config) => { diff --git a/package.json b/package.json index f65cca9..b70304f 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,5 @@ "eslint-config-next": "14.0.3", "typescript": "5.4.5" }, - "build": { - "optimizeImages": true - }, "packageManager": "yarn@4.2.2" }