From 8ef8232e7a60b83e6284eac278af827b125c35a9 Mon Sep 17 00:00:00 2001 From: Guy Date: Wed, 15 Nov 2023 23:55:50 +0200 Subject: [PATCH] disable the image optimization --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 8bab35c40..fb4caeb92 100644 --- a/next.config.js +++ b/next.config.js @@ -6,6 +6,7 @@ module.exports = { }, images: { formats: ['image/avif', 'image/webp'], + unoptimized: true, remotePatterns: [ { protocol: 'https',