import type { NextConfig } from "next"; const nextConfig: NextConfig = { images: { remotePatterns: [new URL('https://**360buyimg.com/**')], }, }; export default nextConfig;