Skip to content

Commit

Permalink
add base frame image
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-leal committed Feb 23, 2024
1 parent 6e397d8 commit 51bda00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added public/images/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions resources/views/pages/home.edge
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>farscout</title>
<meta property="fc:frame" content="vNext" />
<meta property="fc:frame:image" content="https://farscout.xyz/images/thumbnail.png" />
<meta property="fc:frame:image" content="https://farscout.xyz/images/main.png" />
<meta property="fc:frame:image:aspect_ratio" content="1:1" />
<meta property="fc:frame:button:1" content="Calculate my score" />
<meta property="fc:frame:button:1:action" content="post" />
Expand All @@ -15,7 +15,7 @@
<meta property="fc:frame:post_url" content="https://farscout.xyz/frames/main" />
<meta property="og:title" content="farscout" />
<meta property="og:description" content="revealing your farcaster score" />
<meta property="og:image" content="https://farscout.xyz/images/thumbnail.png" />
<meta property="og:image" content="https://farscout.xyz/images/main.png" />

@vite(['resources/css/app.css', 'resources/js/app.js'])
</head>
Expand Down

0 comments on commit 51bda00

Please sign in to comment.