From d48be230a2695a77daf0016e1bce41d5d0903910 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 23 Jul 2025 19:22:14 -0400 Subject: [PATCH] Update next.config.ts --- apps/web-roo-code/next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-roo-code/next.config.ts b/apps/web-roo-code/next.config.ts index 2bc1736483..b50bd93994 100644 --- a/apps/web-roo-code/next.config.ts +++ b/apps/web-roo-code/next.config.ts @@ -24,7 +24,7 @@ const nextConfig: NextConfig = { // Redirect cloud waitlist to Notion page { source: "/cloud-waitlist", - destination: "https://shard-dogwood-daf.notion.site/238fd1401b0a8087b858e1ad431507cf?pvs=105", + destination: "https://roo-code.notion.site/238fd1401b0a8087b858e1ad431507cf?pvs=105", permanent: false, }, ]