diff options
| author | MaheshtheDev <[email protected]> | 2025-09-23 21:08:55 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2025-09-23 21:08:55 +0000 |
| commit | 8c92aad6a78fe7a3229dc4ed4b1a81ff52340d5c (patch) | |
| tree | 6edd6c6f577325faafa52b3c667eaeed1de5b574 /packages/lib | |
| parent | Rename CONTRIBUTING.md file (#433) (diff) | |
| download | supermemory-8c92aad6a78fe7a3229dc4ed4b1a81ff52340d5c.tar.xz supermemory-8c92aad6a78fe7a3229dc4ed4b1a81ff52340d5c.zip | |
Update ADD_MEMORY_SHORTCUT_URL to new URL (#434)
Diffstat (limited to 'packages/lib')
| -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, |