fix: #9217 | redirected unready /admin to one of its tabs (#9222)

pull/9471/head^2
Soham Datta 2023-06-13 16:16:41 +05:30 committed by GitHub
parent 0e76a19c96
commit 2639ef7e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -293,6 +293,11 @@ const nextConfig = {
destination: "/teams",
permanent: true,
},
{
source: "/settings/admin",
destination: "/settings/admin/flags",
permanent: true,
},
/* V2 testers get redirected to the new settings */
{
source: "/settings/profile",