Switch file based redirect to rewrites.
This commit is contained in:
@@ -167,6 +167,10 @@ const config = {
|
||||
source: '/telemetry.js',
|
||||
destination: '/api/scripts/telemetry',
|
||||
},
|
||||
{
|
||||
source: '/teams/:teamId/:path*',
|
||||
destination: '/:path*',
|
||||
},
|
||||
];
|
||||
},
|
||||
async redirects() {
|
||||
|
||||
Reference in New Issue
Block a user