import type { NextConfig } from "next"; const nextConfig: NextConfig = { images: { remotePatterns: [ { protocol: "https", hostname: "meshkee-storage.sas.amin.parminstorage.ir", }, { protocol: "https", hostname: "cdn.willaspace.com" }, { protocol: "https", hostname: "cdn.meshkee.com" }, { protocol: "https", hostname: "c804387.parspack.net" }, ], }, }; export default nextConfig;