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, }, ]