fix: support subteam in org redirection (#11080)
parent
f06b4bfb9c
commit
446e851065
|
@ -450,6 +450,13 @@ const nextConfig = {
|
|||
},
|
||||
{
|
||||
source: "/support",
|
||||
missing: [
|
||||
{
|
||||
type: "header",
|
||||
key: "host",
|
||||
value: orgHostPath,
|
||||
},
|
||||
],
|
||||
destination: "/event-types?openIntercom=true",
|
||||
permanent: true,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue