diff options
| author | Dhravya Shah <[email protected]> | 2026-01-23 18:57:14 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2026-01-23 18:57:14 -0700 |
| commit | e7ea26442a81fc644d735829a1aaee694ad82201 (patch) | |
| tree | 84eb5b10aa8fc7cc556d5f000daa8a3f85202f9f /apps | |
| parent | fix: merge conflicts (diff) | |
| download | supermemory-e7ea26442a81fc644d735829a1aaee694ad82201.tar.xz supermemory-e7ea26442a81fc644d735829a1aaee694ad82201.zip | |
(probable fix) 500 error on og endpoint
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/app/api/og/route.ts | 2 |
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 |