nuxt/website-v2

Client side rendering fails to load images

hichemfantar opened this issue · 0 comments

Building the project in ssr: false mode breaks images. For some reason the build process prepends _ipx before each link.
http://localhost:4000/_ipx/blog/nuxt3-beta/main.jpg?s=864_378
instead of http://localhost:4000/blog/nuxt3-beta/main.jpg?s=864_378