/** @type {import('next').NextConfig} */ const nextConfig = { images: { dangerouslyAllowSVG: true, remotePatterns: [ { protocol: 'https', hostname: 'www.google.com', port: '', pathname: '/s2/favicons', }, { protocol: 'https', hostname: 'api.producthunt.com', port: '', pathname: '/widgets/embed-image/v1/featured.svg', }, { protocol: 'https', hostname: 'metwm7frkvew6tn1.public.blob.vercel-storage.com', port: '', pathname: "**" } ] } }; export default nextConfig;