Open
Description
Having your app live in a subdirectory will cause the hash to include it when the app navigates to a different route.
Say my app lives here: www.myapp.com/myappliveshere
If I am at the root of my app, and navigate to a different route like #about
which looks like ["/myappliveshere/about" :about]
(to the kee-frame router) the hash will move before myappliveshere
. Removing the "/myappliveshere"
portion of the path will throw an error stating route not found. Is there a way to exclude the "/myappliveshere"
string from my routes and/or designate where the root of my application lives?
Metadata
Metadata
Assignees
Labels
No labels