update frame config

This commit is contained in:
horsefacts 2024-11-27 11:36:46 -05:00 committed by lucas-neynar
parent 6e3850d08b
commit 9024500d13
No known key found for this signature in database

View File

@ -12,8 +12,8 @@ export async function GET() {
frame: {
version: "0.0.0",
name: "Frames v2 Demo",
icon: `${appUrl}/icon.png`,
splashImage: `${appUrl}/splash.png`,
iconUrl: `${appUrl}/icon.png`,
splashImageUrl: `${appUrl}/splash.png`,
splashBackgroundColor: "#f7f7f7",
homeUrl: appUrl,
},