We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1730434 commit 9a449ddCopy full SHA for 9a449dd
2025/src/pages/og.png.ts
@@ -1,7 +1,8 @@
1
import { ogImage } from "@/components/OgImage";
2
3
export async function GET() {
4
- const body = await ogImage();
+ const img = await ogImage();
5
+ const body = new Uint8Array(img).buffer;
6
7
return new Response(body, {
8
headers: {
0 commit comments