const nextConfig = { reactStrictMode: false, // changed this to false images: { remotePatterns: [ { protocol: 'https', hostname: 'lh3.googleusercontent.com', port: '', pathname: '/a/**' }, { protocol: 'https', hostname: '*.googleusercontent.com', port: '', pathname: '**' } ] } }; module.exports = nextConfig;