fix: Fixed merge mistake in next.config breaking new booker redirects. (#9532)
This commit is contained in:
@@ -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" }],
|
||||
|
||||
Reference in New Issue
Block a user