I would like to know if it possible remove the hashtag in the index page.
I see it in dev and live deployed pages:
localhost:3000/#/ myProjectDeployedLive.com/#/
I read the documentation here and looks related to the router logic. https://nuxtjs.org/api/configuration-router/
As default the option should be "mode: history" and on Vue this should solve the problem. But looks not working here on Nuxt.
Any suggestions or explanation?
<!--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/c2059">#c2059</a>)</em></sub></div>