diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 2e79eb455c..210e8609ef 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -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",