Hi everyone! I’ve reached the image transformation limit on Vercel, and I’m looking for a solution. All my images are static and only need resizing, but it seems they are being transformed every time someone visits the site.
Would using Cloudflare Images for resizing help reduce the load on Vercel? Or would setting minimumCacheTTL: 2678400 (31 days) for caching work better since the images don’t change often?