diff options
| -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 |