Url Fragment Hash difference between router lite and router

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?

Thanks @ivan for reporting this. This is an overlook. I will try to change the behaviour in coming days.

1 Like

This is now fixed in v2.0.0-beta.7.

Awesome! Thank you very much.

1 Like