Przeglądaj źródła

Update next.config.ts

Matt Rubens 6 miesięcy temu
rodzic
commit
d48be230a2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      apps/web-roo-code/next.config.ts

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