New settings layouts. Segment management screen.
This commit is contained in:
@@ -97,7 +97,12 @@ const headers = [
|
||||
},
|
||||
];
|
||||
|
||||
const rewrites = [];
|
||||
const rewrites = [
|
||||
{
|
||||
source: '/teams/:id/settings/:path*',
|
||||
destination: '/settings/:path*',
|
||||
},
|
||||
];
|
||||
|
||||
if (trackerScriptURL) {
|
||||
rewrites.push({
|
||||
|
||||
Reference in New Issue
Block a user