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.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2390">#c2390</a>)</em></sub></div>