Agregar nombre de host de imagen en la siguiente configuración JS

const nextConfig = {
  // Others config...,
  images: {
    domains: ['lh3.googleusercontent.com'], //Domain of image host
  },
  // Others config...,
};

module.exports = nextConfig;
Foysal Remon