mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-19 21:44:02 +00:00
update console path from local to prod
This commit is contained in:
parent
92db2901aa
commit
b463239a6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue