You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 beforemyappliveshere
. 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?The text was updated successfully, but these errors were encountered: