mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-19 09:26:07 -05:00
fix: https prefix for manifest fields
This commit is contained in:
@@ -136,11 +136,11 @@ async function generateFarcasterMetadata(domain, accountAddress, seedPhrase, web
|
||||
frame: {
|
||||
version: "1",
|
||||
name: process.env.NEXT_PUBLIC_FRAME_NAME,
|
||||
iconUrl: `${domain}/icon.png`,
|
||||
homeUrl: domain,
|
||||
imageUrl: `${domain}/opengraph-image`,
|
||||
iconUrl: `https://${domain}/icon.png`,
|
||||
homeUrl: `https://${domain}`,
|
||||
imageUrl: `https://${domain}/opengraph-image`,
|
||||
buttonTitle: process.env.NEXT_PUBLIC_FRAME_BUTTON_TEXT,
|
||||
splashImageUrl: `${domain}/splash.png`,
|
||||
splashImageUrl: `https://${domain}/splash.png`,
|
||||
splashBackgroundColor: "#f7f7f7",
|
||||
webhookUrl,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user