I am converting an existing static template for Vercel ScrewFast from static to ssr , some of the images fail to load with an error
Failed to load resource: the server responded with a status of 504.
The Vercel deployment logs show that the image is on the deployment server, but some images work and some don’t
src="/_image?href=%2F_astro%2Fhero-image.DRPoHq2O.avif&f=avif"
This is the src URL that is not working. For the file named
/_astro/hero-image.DRPoHq2O.avif
Vercel
"astro": "^4.11.5" vesion using