Serve portfolio images without Next optimizer

هذا الالتزام موجود في:
2026-05-03 14:19:51 +03:00
الأصل e1d97d5e88
التزام e22e9fa216

عرض الملف

@@ -5,6 +5,7 @@ const nextConfig = {
compress: true, compress: true,
output: "standalone", output: "standalone",
images: { images: {
unoptimized: true,
formats: ["image/avif", "image/webp"], formats: ["image/avif", "image/webp"],
}, },
webpack: (config, { dev }) => { webpack: (config, { dev }) => {