mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01: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…
Add table
Add a link
Reference in a new issue