From 2ec7f7679ad50dcf9815413345683eeeea43b27f Mon Sep 17 00:00:00 2001 From: Raj Sharma Date: Wed, 13 Mar 2024 17:45:31 +0530 Subject: [PATCH] fix: fixed build --- src/app/api/og/route.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/api/og/route.tsx b/src/app/api/og/route.tsx index f00f03c..c98998b 100644 --- a/src/app/api/og/route.tsx +++ b/src/app/api/og/route.tsx @@ -3,7 +3,7 @@ import { NextRequest } from "next/server"; export const runtime = "edge"; -export const contentType = "image/jpeg"; +// export const contentType = "image/jpeg"; const width = 1200 / 2; const height = 630 / 2;