From eff69f3b0b91b29544d8c8119569f598400bcd38 Mon Sep 17 00:00:00 2001 From: Alberto Pasqualetto <39854348+albertopasqualetto@users.noreply.github.com> Date: Tue, 6 Feb 2024 01:25:01 +0100 Subject: [PATCH] Re-enable image optimization --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index d0395611..ae0b8122 100644 --- a/next.config.js +++ b/next.config.js @@ -6,7 +6,6 @@ const nextConfig = { output: "standalone", images: { domains: ["cdn.jsdelivr.net"], - unoptimized: true, }, i18n, };