Tambahkan nama host gambar pada konfigurasi berikutnya JS
const nextConfig = {
// Others config...,
images: {
domains: ['lh3.googleusercontent.com'], //Domain of image host
},
// Others config...,
};
module.exports = nextConfig;
Foysal Remon