[Feature Request] Static image path don't need to append the base url
[issue link]https://nuxtjs.org/guide/assets#static
without baseurl ( http://127.0.0.1/ )
<img src="/my-image.png"/>
with baseurl ( http://127.0.0.1/test )
<img src="/test/my-image.png"/>
If i want to change my base url, i need to change all of the files from “test” to the base url. I think it is not the best approach.