Using Next/Images component with Cloudflare images

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.

I also try this congif and get same error:
help_1

Here my code with the image:

This topic was automatically closed after 14 days. New replies are no longer allowed.