I'm trying for a couple of week to migrate to astro@v3 and convert images from astrojs/image to astro:assets and it works fine for remote but the local images does not seem to work at all, i'm so confused. I'm wandering if it has to do with this issue ? Seems like trying to fetch local image from uri on my windows with the path on my wsl maybe ? not sure at all what could be caused by this. I can't switch to astro:assets to this day because of this issue sadly :c
(For context the images just gives me 404 in the network tab, no error on server side even with the --verbose flag)
What version of astro are you using? 1.6.13 Are you using an SSR adapter? If so, which one? None What package manager are you using? yarn What operating system are you using? Mac Describe the Bug I...