Static GitHub Issues

[2753] [Feature Request] Static image path don't need to append the base url

prev: How to return 404 status code on error (for SEO)?
next: If you refresh the dynamic path of the built code, the page will not appear.

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>