mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00

click project detail will redirect to a not exist page, when the service runs with a base path. For example, the base path is `wakatime`, and the dashboard uri will be `/wakatime/summary`. When click project detail, page will be redirect to `/wakatime/wakatime/summary?project=demo` but the correct detail page is `/wakatime/summary?project=demo`. And i think `pushing a history stack` is better than `replace`, so that can back to dashboard by backwards.