Hi, Currently we are running reactjs/nextjs attached you can see a screenshot from our previous month’s bandwidth usage on the Vercel UI for email images that are static routes inside our /static folder, the top 5 take around ±300GB of bandwidth according to Vercel each month, after I moved these images to bunny.net you can see in the second screenshot after 12 days I have only used 7Gb of bandwidth with these email images. Also the request on Vercel shows over a million and on bunny it shows 60k.
Note: These images are getting serve inside emails, and not on the site itself, so no next/image is getting used.
My main question is, why does vercel indicate this much request and bandwidth and Bunny only shows a fraction of that? Is Vercel doing something different?
Also, a second question would be why the route of /static/images/email causes bandwidth usage if this is just the parent/top route of all the other images?