From db989d609d4b5d4ce461f9c86d2289c290b44088 Mon Sep 17 00:00:00 2001 From: horsefacts Date: Tue, 18 Feb 2025 20:54:37 -0500 Subject: [PATCH] set explicit aspect ratio --- src/app/frames/token/[chainId]/[address]/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/frames/token/[chainId]/[address]/page.tsx b/src/app/frames/token/[chainId]/[address]/page.tsx index d92ba84..ee33b89 100644 --- a/src/app/frames/token/[chainId]/[address]/page.tsx +++ b/src/app/frames/token/[chainId]/[address]/page.tsx @@ -16,6 +16,7 @@ export async function generateMetadata({ params }: Props): Promise { const frame = { version: "next", imageUrl: `${appUrl}/frames/token/${chainId}/${address}/opengraph-image`, + aspectRatio: "1:1", button: { title: "View Token", action: {