remove edge try

This commit is contained in:
Shivam Meena
2024-01-15 08:36:51 +05:30
parent 4f305354c9
commit 325bda83a4
9 changed files with 429 additions and 405 deletions

View File

@@ -6,7 +6,6 @@ export const GET: RequestHandler = async ({fetch}) => {
const fontFile = await fetch('https://og-playground.vercel.app/inter-latin-ext-700-normal.woff');
const fontData: ArrayBuffer = await fontFile.arrayBuffer();
console.log(typeof OG)
return new ImageResponse(
OG,
{