mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-12-08 02:12:34 -05:00
set explicit aspect ratio
This commit is contained in:
@@ -16,6 +16,7 @@ export async function generateMetadata({ params }: Props): Promise<Metadata> {
|
|||||||
const frame = {
|
const frame = {
|
||||||
version: "next",
|
version: "next",
|
||||||
imageUrl: `${appUrl}/frames/token/${chainId}/${address}/opengraph-image`,
|
imageUrl: `${appUrl}/frames/token/${chainId}/${address}/opengraph-image`,
|
||||||
|
aspectRatio: "1:1",
|
||||||
button: {
|
button: {
|
||||||
title: "View Token",
|
title: "View Token",
|
||||||
action: {
|
action: {
|
||||||
|
|||||||
Reference in New Issue
Block a user