mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
fix /settings redirect for cloud mode
This commit is contained in:
parent
3353277829
commit
82e669193d
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ const redirects = [
|
|||
{
|
||||
source: '/settings',
|
||||
destination: process.env.CLOUD_MODE
|
||||
? `${process.env.CLOUD_URL}/websites`
|
||||
? `${process.env.CLOUD_URL}/settings/websites`
|
||||
: '/settings/websites',
|
||||
permanent: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue