mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Fixed login redirect.
This commit is contained in:
parent
367e0ecdf4
commit
5c933d1c4a
2 changed files with 2 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ const customResolver = resolve({
|
|||
|
||||
const aliasConfig = {
|
||||
entries: [
|
||||
{ find: /^app/, replacement: path.resolve('./src/app') },
|
||||
{ find: /^components/, replacement: path.resolve('./src/components') },
|
||||
{ find: /^hooks/, replacement: path.resolve('./src/hooks') },
|
||||
{ find: /^lib/, replacement: path.resolve('./src/lib') },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue