Skip to content

Hash Routing on subdirectory not working #109

Open
@cj-price

Description

@cj-price

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions