Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hash Routing on subdirectory not working #109

Open
cj-price opened this issue May 5, 2022 · 0 comments · May be fixed by #110
Open

Hash Routing on subdirectory not working #109

cj-price opened this issue May 5, 2022 · 0 comments · May be fixed by #110

Comments

@cj-price
Copy link

cj-price commented May 5, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant