I am tryng to use next/image componente with Cloudflare images, but I am getting this error:
Error: Invalid src prop on next/image
, hostname “imagedeliverynet” is not configured under images in your nextconfigjs
Plase check the images with the config I tried:
I made a lot of research and found many people with the same error, they can use external images from S3, but when they try to use Cloudflare images with next/Image componente get the same error than me. Please help me to solve this issue, anny help will be apprecciate.