/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'i.ibb.co',
},
],
},
};
export default nextConfig;
i face the same problem. i add this config and it is working now. you should add the hostname