Skip to content

Commit

Permalink
refactor: add a og image as fallback for clients that do not support …
Browse files Browse the repository at this point in the history
…frames
  • Loading branch information
nekofar committed Jan 31, 2024
1 parent b9c53f9 commit f4ac055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ app.get('/', (c) => {
return c.html(html`
<html lang="en">
<head>
<meta property="og:image" content="${frameImage}" />
<meta property="fc:frame" content="vNext" />
<meta property="fc:frame:image" content="${frameImage}" />
<meta property="fc:frame:post_url" content="${framePostUrl}" />
Expand Down

0 comments on commit f4ac055

Please sign in to comment.