const nextConfig = { devIndicators: false, reactStrictMode: false, images: { remotePatterns: [ { protocol: "https", hostname: "placehold.co", port: "", pathname: "/**", }, { protocol: "https", hostname: "res.cloudinary.com", port: "", pathname: "/**", }, { protocol: "https", hostname: "upload.wikimedia.org", port: "", pathname: "/**", }, ], }, }; export default nextConfig;