fix: support subteam in org redirection (#11080)

pull/11284/head
Leo Giovanetti 2023-09-01 14:52:27 -03:00 committed by GitHub
parent f06b4bfb9c
commit 446e851065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -450,6 +450,13 @@ const nextConfig = {
},
{
source: "/support",
missing: [
{
type: "header",
key: "host",
value: orgHostPath,
},
],
destination: "/event-types?openIntercom=true",
permanent: true,
},