Skip to content

Commit b5c99fc

Browse files
committed
adding farcaster frames metadata
1 parent 298682b commit b5c99fc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

packages/react-app/public/index.html

+19
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,25 @@
1414
<meta property="og:image" content="%PUBLIC_URL%/thumbnail.png" />
1515
<meta property="twitter:image" content="%PUBLIC_URL%/thumbnail.png" />
1616

17+
<meta property="fc:frame" content="vNext" />
18+
<meta
19+
property="fc:frame:image"
20+
content="%PUBLIC_URL%/thumbnail.png"
21+
/>
22+
23+
<meta property="fc:frame:button:1" content="🛠️ GitHub" />
24+
<meta property="fc:frame:button:1:action" content="link" />
25+
<meta
26+
property="fc:frame:button:1:target"
27+
content="https://github.com/BuidlGuidl/SpeedRunEthereum"
28+
/>
29+
30+
<meta property="fc:frame:button:2" content="⚡️ Start" />
31+
<meta
32+
property="fc:frame:post_url"
33+
content="https://speedrun-frame.vercel.app/api"
34+
/>
35+
1736
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
1837
<title>Speed Run Ethereum</title>
1938
<script defer data-domain="speedrunethereum.com" src="https://plausible.io/js/plausible.js"></script>

0 commit comments

Comments
 (0)