Replies: 1 comment 2 replies
-
So I managed to write a function on my end to check if it is a URL that is mapped for lazy migration and then use ClImage and otherwise to use standard image tag. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
So I'm currently hosting images on a third-party provider and serving on a Next.js site. Now, my plan is to shift to Cloudinary using the Lazy Migration Strategy.
I have mapped the folder but there are sometimes links which are not mapped due to numerous reasons which are sort of out of hand.
So I was wondering if there is an option for a fallback option in case the link passed to the component is not a Cloudinary link and sort of use the normal img tag instead
Beta Was this translation helpful? Give feedback.
All reactions