/** @type {import('next').NextConfig} */ const nextConfig = { images: { remotePatterns: [ { protocol: "https", hostname: "games.the-afc.com", port: "", pathname: "/predictor/static-assets/build/images/clubs/**", }, { protocol: "https", hostname: "via.placeholder.com", port: "", pathname: "/**", }, ], }, }; export default nextConfig;