From e54e67aea9e453d3ec1c61c29dc81b60448ba50d Mon Sep 17 00:00:00 2001 From: Rengga Prakoso Nugroho Date: Sat, 27 May 2023 13:34:41 +0700 Subject: [PATCH] fix: disable optimization for the entire image file Due to heavy netlify ipx usage Signed-off-by: Rengga Prakoso Nugroho --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 0269b62..975c4c6 100644 --- a/next.config.js +++ b/next.config.js @@ -23,6 +23,7 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({ const nextConfig = { reactStrictMode: true, images: { + unoptimized: true, remotePatterns: [ { protocol: "https",