Open KirienzoEth opened 4 years ago
You can refresh the home page, no problem, but if you refresh https://dungeon.finance/dungeon, you get hit by a 404:
It also prevents you from accessing a /xxxx page directly, you currently need to go through the homepage.
Ok, from what I've see, it's either something to change in the htaccess, or the RouterModule.forRoot(routes, { useHash: true }) in app.module.ts :/
RouterModule.forRoot(routes, { useHash: true })
You can refresh the home page, no problem, but if you refresh https://dungeon.finance/dungeon, you get hit by a 404:
It also prevents you from accessing a /xxxx page directly, you currently need to go through the homepage.