/& prepended to src in img tag
Not sure if a nuxt issue but has anyone ever seen
/&
prepended to their img sources? What is weird that another image right next to it does not have this issue.
It's not in the source but something edited the DOM to
<img src="/&/img/icon-b-and-b-sangria.svg" width="24">
2 Replies
restarting nuxt dev solved the issue
I guess it's to mark non-existent images, this happend while changing branches where the file doesnt exist
seems to be a vite issue - there's an issue tracker