Home

Issue: 2362

Question: removing hashtag in url Index page?

[issue link]

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?

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