Using nuxt-img with local images and they dont seem to work when the pages are prerendered. They throw a 404 error. <img width="1436" alt="Screenshot2022-10-29 at 21 23 51@2x" src="https://user-images.githubusercontent.com/15716057/198841014-4475a5a0-d1e6-46af-8a61-d6139d1c4303.png"> The images are displayed locally in dev environment.  Reproduction - https://github.com/fayazara/nuxt-image-issue-reproduction Deployed on Vercel - https://nuxt-image-issue-reproduction.vercel.app/ Deployed on Netlify - https://wondrous-medovik-574c06.netlify.app/ A remote image URL work btw. Happens only with local static images. Build command was set to `yarn generate`