Closed
Description
We're using a configuration like this for our app:
routes: {
"/admin/**": "/admin/index.html",
"**": "index.html"
}
This was working fine before, but for some days now (new builds) the first rule is not working anymore (maybe gets overwritten by the second one). Requests like "/admin/dashboard" are routed to index.html rather than admin/index.html.
Metadata
Metadata
Assignees
Labels
No labels