How do I get Cloudflare Image resizing working with Cloudflare Pages deployment preview URLs?
Is it possible to use Image resizing with Cloudflare Pages automatic deployment URLs? I want to be able to request an image like this...
https://4222d427.my-website.pages.dev/cdn-cgi/image/width=48,height=48,f=auto/_app/immutable/assets/test-6fef8284.jpeg
But currently, I need to merge to production before the image starts to work. Is there any way to get this working using the branch preview URL?
https://4222d427.my-website.pages.dev/cdn-cgi/image/width=48,height=48,f=auto/_app/immutable/assets/test-6fef8284.jpeg
But currently, I need to merge to production before the image starts to work. Is there any way to get this working using the branch preview URL?