Serve portfolio images without Next optimizer

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

عرض الملف

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