unpic
unpic copied to clipboard
How can I display private domain cdn images?
Hello,
I'm trying to use import { Image } from '@unpic/react/nextjs';
My source comes from a private domain on my customer network, how can I disable cdn check so that my image is well displayed ? For now it comes with next/image and the url is encoded
Thanks for help