fix: Fixed merge mistake in next.config breaking new booker redirects. (#9532)

This commit is contained in:
Jeroen Reumkens
2023-06-15 14:30:44 +05:30
committed by GitHub
parent 3fb1ede770
commit faac3d0f57
+3
View File
@@ -241,6 +241,9 @@ const nextConfig = {
{
source: "/team/:slug/:type/embed",
destination: "/new-booker/team/:slug/:type/embed",
has: [{ type: "cookie", key: "new-booker-enabled" }],
},
{
source: "/d/:link/:slug",
destination: "/new-booker/d/:link/:slug",
has: [{ type: "cookie", key: "new-booker-enabled" }],