fix: fixed build

This commit is contained in:
Raj 2024-03-13 17:45:31 +05:30
parent 486218d6db
commit 2ec7f7679a
1 changed files with 1 additions and 1 deletions

View File

@ -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;