mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
manually include basePath
This commit is contained in:
parent
f30724629c
commit
9230f3cb7b
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ export function App({ children }) {
|
|||
}
|
||||
|
||||
if (error) {
|
||||
window.location.href = '/login';
|
||||
window.location.href = `${process.env.basePath || ''}/login`;
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue