CloudFlare R2
Hey,I'm building a product which is an AI based Image generation SAAS
I've been using vercel for the most part till now and from the past 2-3 days my image optimisation has hit the limits of 1000, I'm still on free tier and as far as I've heard vercel is really costly
I'm using supabase storage as the backend and storage of images
Ive heard cloudflare will be a solution for this,so if thats the case will i have to move my whole objects to R2 and serve from there or is it possible to use cloudflare loader directly in Next JS ?
As a temp solution I've set unoptimised to true in the next config file
0 Replies