update console path from local to prod

This commit is contained in:
Vedant Mahajan 2026-06-20 19:46:36 +05:30 committed by GitHub
parent 92db2901aa
commit b463239a6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)