-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
When trying to use choo on a static site hosted by Github pages, the app lives on a subpath (like https://tnguyen14.github.io/projectname/my-app. This is breaking the router, as it doesn't match the route that I define in the app (which assumes the app lives at the root domain).
Is there a way to take this into account?
/cc @yoshuawuyts