diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 46a1424de0..ba1d14190f 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -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" }],