Using @aurelia/router-lite
with useUrlFragmentHash: true
will create this url:
http://localhost:9000/#dashboard
Using @aurelia/router
with useUrlFragmentHash: true
will create this url:
http://localhost:9000/#/dashboard
I prefer the #/
. Is there a way to make the @aurelia/router-lite
also use this pattern?