Hiya. I've been fiddling around using Astro's image service API.
I was using it to resize my images down to 800px. I recently bumped this number up to 1200px, and I can see on my local dev server that the images are loading in at that size, but even if I use Netlify's "Clear cache and deploy" option in the UI, I can see that on my production website all the images are still at 800px.
In the build logs, I can see when Astro is doing the "optimise images" step it just does "(reused cache entry)" for all the images.
I tried doing a hard refresh, viewing my site in another browser, viewing it in incognito mode, but it still seems to use the 800px.