Can i use hashmode for routing?

Is it possible to use hashmode which results in: /user -> /#/user /settings -> /#/settings Right now im trying to deploy to a static site hosting which does not automaticly resolve the .html page ect.
2 Replies
Attacler/Bart
Attacler/BartOP2y ago
okay found it for anyone else:
router: {
options: {
hashMode: true,
},
},
router: {
options: {
hashMode: true,
},
},
In your nuxt conf should be enough
Want results from more Discord servers?
Add your server