mirror of
https://github.com/LukeHagar/sveltekit-og.git
synced 2025-12-09 12:47:49 +00:00
remove edge try
This commit is contained in:
@@ -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,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user