Hello. I put my images into static
folder and using such code in my component :style="type ? {'background-image': `url('${type}.svg')`, 'background-position': '96% 50%'} : ''"
It works fine in Dev, but after I ran generate
and deploy to Surge, the links are changed into this
Why Nuxt add form
path into my link?