Modify the configuration in next.config.js or mjs below.
images: { remotePatterns: [ { protocol: 'https', hostname: 'res.cloudinary.com', pathname: '**', }, ], },