mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Updated redirect config.
Some checks are pending
Node.js CI / build (postgresql, 18.18) (push) Waiting to run
Some checks are pending
Node.js CI / build (postgresql, 18.18) (push) Waiting to run
This commit is contained in:
parent
a84b890b23
commit
1c7f9da320
1 changed files with 4 additions and 4 deletions
|
|
@ -117,22 +117,22 @@ const redirects = [
|
||||||
{
|
{
|
||||||
source: '/settings',
|
source: '/settings',
|
||||||
destination: '/settings/preferences',
|
destination: '/settings/preferences',
|
||||||
permanent: true,
|
permanent: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
source: '/teams/:id',
|
source: '/teams/:id',
|
||||||
destination: '/teams/:id/websites',
|
destination: '/teams/:id/websites',
|
||||||
permanent: true,
|
permanent: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
source: '/teams/:id/settings',
|
source: '/teams/:id/settings',
|
||||||
destination: '/teams/:id/settings/preferences',
|
destination: '/teams/:id/settings/preferences',
|
||||||
permanent: true,
|
permanent: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
source: '/admin',
|
source: '/admin',
|
||||||
destination: '/admin/users',
|
destination: '/admin/users',
|
||||||
permanent: true,
|
permanent: false,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue