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 }) => {