import type { NextConfig } from "next"; const nextConfig: NextConfig = { images: { remotePatterns: [ { protocol: "https", hostname: "**.parspack.net" }, { protocol: "https", hostname: "cdn.meshkee.com" }, { protocol: "https", hostname: "**.meshkee.com" }, { protocol: "https", hostname: "api.meshkee.com" }, ], }, }; export default nextConfig;