fakie
Hydration attribute mismatch with .webp
Hey all. I have some strange error: Hydration attribute mismatch with common <img src="~/assets/images/error.webp"> within v-for
[Vue warn]: Hydration attribute mismatch on <img class="_errorImage_1bk43_50" src="/_nuxt/error.DqG-qGzb.webp" alt="404">
- rendered on server: src="/_nuxt/error.DqG-qGzb.webp"
- expected on client: src="https://some-domain.com/_nuxt/error.DqG-qGzb.webp"
But if image is rather .png or .jpg there is no error nor warn...
6 replies
Nuxt Layers/Giget private named secure gitlab repo
Hey! I couldn't find a correct topic for my issue so I hope it is ok to post in here.
I am trying to use Nuxt Layers https://nuxt.com/docs/guide/going-further/layers in my project and extend from a private named gitlab repo which can be accessed only with a custom VPN settings. I suppose that unjs/giget can't do anything to get that repo? Only way is to use NPM packages?
4 replies