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" }