mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Updated page titles.
This commit is contained in:
parent
39f630400f
commit
a7e6c32460
10 changed files with 18 additions and 22 deletions
|
|
@ -57,7 +57,13 @@ if (process.env.TRACKER_SCRIPT_NAME) {
|
|||
}
|
||||
}
|
||||
|
||||
const redirects = [];
|
||||
const redirects = [
|
||||
{
|
||||
source: '/settings',
|
||||
destination: process.env.CLOUD_MODE ? '/settings/profile' : '/settings/websites',
|
||||
permanent: true,
|
||||
},
|
||||
];
|
||||
|
||||
if (process.env.CLOUD_MODE) {
|
||||
redirects.push({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue