diff options
Diffstat (limited to 'apps/web/app/actions/doers.ts')
| -rw-r--r-- | apps/web/app/actions/doers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/actions/doers.ts b/apps/web/app/actions/doers.ts index 98104ebd..035b85ec 100644 --- a/apps/web/app/actions/doers.ts +++ b/apps/web/app/actions/doers.ts @@ -172,7 +172,7 @@ export const createMemory = async (input: { pageContent = input.content; noteId = new Date().getTime(); metadata = { - baseUrl: `https://beta.supermemory.ai/note/${noteId}`, + baseUrl: `https://supermemory.ai/note/${noteId}`, description: `Note created at ${new Date().toLocaleString()}`, image: "https://supermemory.ai/logo.png", title: `${pageContent.slice(0, 20)} ${pageContent.length > 20 ? "..." : ""}`, |