mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Switch file based redirect to rewrites.
This commit is contained in:
parent
cbd5f7b556
commit
377a22f1ea
23 changed files with 11 additions and 100 deletions
|
|
@ -167,6 +167,10 @@ const config = {
|
|||
source: '/telemetry.js',
|
||||
destination: '/api/scripts/telemetry',
|
||||
},
|
||||
{
|
||||
source: '/teams/:teamId/:path*',
|
||||
destination: '/:path*',
|
||||
},
|
||||
];
|
||||
},
|
||||
async redirects() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue