Mastercuber

Results 34 comments of Mastercuber

For me opening the dev tools, disable the cache and reload the page with disabled cache solved the problem.

I also have a static app facing the same issue (Nuxt 3.15.1). When `nitro: static` is set to `true`, no images are shown during development when using `NuxtImage`. Setting it...

A full upgrade to the new nuxt 4.0.3 Version fixed the described issue, which was introduced in my project, while updating packages. That's the reason why I wanted to upgrade...

I can't remember what exactly fixed it for me, but maybe one of these could help: ```typescript export default defineNuxtConfig({ hooks: { 'vite:configResolved'(config) { // Enforce again on the fully...