-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I display private domain cdn images? #129
Comments
I don't fully understand. Are you using an image CDN? Is the private domain an image CDN or just static images? |
Actually that’s just a remote url on the customer network m not a static img |
OK, can you explain exactly:
|
Ok what I would like is the following :
What happens : the image link gets decoded and put above some srcset like a normal next image with optimization.
|
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
The text was updated successfully, but these errors were encountered: