You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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