next.config.js module.exports = { images: { remotePatterns: [ { protocol: "https", hostname: "**", }, ], }, }; Reference next/image Un-configured Host