/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: false, images: { remotePatterns: [ { protocol: "https", hostname: "images.pexels.com", port: "", pathname: "/**", }, { protocol: "https", hostname: "images.unsplash.com", port: "", pathname: "/**", }, { protocol: "https", hostname: "a0.muscache.com", port: "", pathname: "/**", }, { protocol: "https", hostname: "www.gstatic.com", port: "", pathname: "/**", }, { protocol: "https", hostname: "aqila.nwhco.ir", port: "", pathname: "/**", }, ], }, }; module.exports = nextConfig;