diff options
| author | Dhravya Shah <[email protected]> | 2025-09-24 23:26:38 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-09-24 23:26:38 -0700 |
| commit | 697315b9dc64b1c7e5534ea64dcd22b13d57de24 (patch) | |
| tree | ff296b7343e4ff86eaa8947ef8d0bc0c695b4d4f /packages | |
| parent | bump version (diff) | |
| parent | fix: SSR issue while localStorage is being accessed (#437) (diff) | |
| download | supermemory-697315b9dc64b1c7e5534ea64dcd22b13d57de24.tar.xz supermemory-697315b9dc64b1c7e5534ea64dcd22b13d57de24.zip | |
Merge branch 'main' of https://github.com/supermemoryai/supermemory
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/lib/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/lib/constants.ts b/packages/lib/constants.ts index fde5bce1..967beb19 100644 --- a/packages/lib/constants.ts +++ b/packages/lib/constants.ts @@ -3,7 +3,7 @@ const DEFAULT_PROJECT_ID = "sm_project_default" const SEARCH_MEMORY_SHORTCUT_URL = "https://www.icloud.com/shortcuts/f2b5c544372844a38ab4c6900e2a88de" const ADD_MEMORY_SHORTCUT_URL = - "https://www.icloud.com/shortcuts/ec33b029b2c7481d89eda7640dbb7688" + "https://www.icloud.com/shortcuts/0fd3e855be444845b457f94c78c2c8d9" export { BIG_DIMENSIONS_NEW, |