image quality config

This commit is contained in:
haniyeroozmand
2026-05-07 13:06:15 +03:30
parent a51d596c57
commit 061b6435ce

View File

@@ -3,6 +3,9 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
/* config options here */ /* config options here */
reactCompiler: true, reactCompiler: true,
images: {
qualities: [75, 100],
},
}; };
export default nextConfig; export default nextConfig;