From e22e9fa2165623aa899d935b53f3a83bf2136364 Mon Sep 17 00:00:00 2001 From: boutmoun123 Date: Sun, 3 May 2026 14:19:51 +0300 Subject: [PATCH] Serve portfolio images without Next optimizer --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index 05ecbd6..3c452f3 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -5,6 +5,7 @@ const nextConfig = { compress: true, output: "standalone", images: { + unoptimized: true, formats: ["image/avif", "image/webp"], }, webpack: (config, { dev }) => {