79764298

Date: 2025-09-14 12:12:07
Score: 3
Natty:
Report link
/** @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
Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): i face the same problem
  • Low reputation (1):
Posted by: Tasnim Rahman