aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2026-01-23 18:57:14 -0700
committerDhravya Shah <[email protected]>2026-01-23 18:57:14 -0700
commite7ea26442a81fc644d735829a1aaee694ad82201 (patch)
tree84eb5b10aa8fc7cc556d5f000daa8a3f85202f9f
parentfix: merge conflicts (diff)
downloadsupermemory-e7ea26442a81fc644d735829a1aaee694ad82201.tar.xz
supermemory-e7ea26442a81fc644d735829a1aaee694ad82201.zip
(probable fix) 500 error on og endpoint
-rw-r--r--apps/web/app/api/og/route.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/web/app/api/og/route.ts b/apps/web/app/api/og/route.ts
index 4c61ebe5..e384c632 100644
--- a/apps/web/app/api/og/route.ts
+++ b/apps/web/app/api/og/route.ts
@@ -1,5 +1,3 @@
-export const runtime = "edge"
-
interface OGResponse {
title: string
description: string