From dcee4eff58efa6f5bc3155d371a979c977b32305 Mon Sep 17 00:00:00 2001 From: Mythie Date: Sun, 5 Nov 2023 12:49:37 +1100 Subject: [PATCH] fix: add white background for og images --- apps/web/src/app/(share)/share/[slug]/opengraph/route.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/(share)/share/[slug]/opengraph/route.tsx b/apps/web/src/app/(share)/share/[slug]/opengraph/route.tsx index cb6738e3d..dfa715fb0 100644 --- a/apps/web/src/app/(share)/share/[slug]/opengraph/route.tsx +++ b/apps/web/src/app/(share)/share/[slug]/opengraph/route.tsx @@ -56,7 +56,7 @@ export async function GET(_request: Request, { params: { slug } }: SharePageOpen return new ImageResponse( ( -
+
{/* @ts-expect-error Lack of typing from ImageResponse */} og-share-frame