fix: Fixed merge mistake in next.config breaking new booker redirects. (#9532)
parent
3fb1ede770
commit
faac3d0f57
|
@ -241,6 +241,9 @@ const nextConfig = {
|
||||||
{
|
{
|
||||||
source: "/team/:slug/:type/embed",
|
source: "/team/:slug/:type/embed",
|
||||||
destination: "/new-booker/team/:slug/:type/embed",
|
destination: "/new-booker/team/:slug/:type/embed",
|
||||||
|
has: [{ type: "cookie", key: "new-booker-enabled" }],
|
||||||
|
},
|
||||||
|
{
|
||||||
source: "/d/:link/:slug",
|
source: "/d/:link/:slug",
|
||||||
destination: "/new-booker/d/:link/:slug",
|
destination: "/new-booker/d/:link/:slug",
|
||||||
has: [{ type: "cookie", key: "new-booker-enabled" }],
|
has: [{ type: "cookie", key: "new-booker-enabled" }],
|
||||||
|
|
Loading…
Reference in New Issue