mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-16 08:08:56 -05:00
set explicit aspect ratio
This commit is contained in:
parent
78a5799b9a
commit
db989d609d
@ -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: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user