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
Building the project in
ssr: falsemode breaks images. For some reason the build process prepends_ipxbefore each link.http://localhost:4000/_ipx/blog/nuxt3-beta/main.jpg?s=864_378instead of
http://localhost:4000/blog/nuxt3-beta/main.jpg?s=864_378