Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Jan 31, 2024
2 parents 5510b02 + 1e6afe3 commit 81915c1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.0.0-alpha.4] - 2024-01-31

### Refactor

- Add a og image as fallback for clients that do not support frames

## [1.0.0-alpha.3] - 2024-01-31

### Documentation
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "farcaster-frames-template",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"keywords": [
"farcaster",
"frames",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@hono/node-server": "^1.7.0",
"hono": "^3.12.8"
"hono": "^3.12.9"
},
"devDependencies": {
"@types/eslint": "8.56.2",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 81915c1

Please sign in to comment.