/** @type {import('next').NextConfig} */ const nextConfig = { images: { remotePatterns: [ { hostname: 'www.google.com', }, ], }, }; export default nextConfig;