Home

Issue: 1743

When `generate` links to `static` folder is broken

[issue link]

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

error-amex

Why Nuxt add form path into my link?

This question is available on Nuxt.js community (#c1565)