From b463239a6b71bbf13641a5c4ebef1592bf3ae576 Mon Sep 17 00:00:00 2001 From: Vedant Mahajan Date: Sat, 20 Jun 2026 19:46:36 +0530 Subject: [PATCH] update console path from local to prod --- apps/web/components/select-spaces-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/select-spaces-modal.tsx b/apps/web/components/select-spaces-modal.tsx index 60109dc0..8f8e85be 100644 --- a/apps/web/components/select-spaces-modal.tsx +++ b/apps/web/components/select-spaces-modal.tsx @@ -92,7 +92,7 @@ type Category = { count: number } -const CONSOLE_PLAYGROUND_URL = "https://console.dev.supermemory.ai/playground" +const CONSOLE_PLAYGROUND_URL = "https://console.supermemory.ai/playground" function openContainerTagInPlayground(containerTag: string) { const url = new URL(CONSOLE_PLAYGROUND_URL)