Skip to content

Commit

Permalink
adding farcaster frames metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangoMan committed Mar 14, 2024
1 parent 298682b commit b5c99fc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/react-app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@
<meta property="og:image" content="%PUBLIC_URL%/thumbnail.png" />
<meta property="twitter:image" content="%PUBLIC_URL%/thumbnail.png" />

<meta property="fc:frame" content="vNext" />
<meta
property="fc:frame:image"
content="%PUBLIC_URL%/thumbnail.png"
/>

<meta property="fc:frame:button:1" content="🛠️ GitHub" />
<meta property="fc:frame:button:1:action" content="link" />
<meta
property="fc:frame:button:1:target"
content="https://github.com/BuidlGuidl/SpeedRunEthereum"
/>

<meta property="fc:frame:button:2" content="⚡️ Start" />
<meta
property="fc:frame:post_url"
content="https://speedrun-frame.vercel.app/api"
/>

<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Speed Run Ethereum</title>
<script defer data-domain="speedrunethereum.com" src="https://plausible.io/js/plausible.js"></script>
Expand Down

0 comments on commit b5c99fc

Please sign in to comment.