Skip to content

Commit

Permalink
chore: fix mage in getStaticMetaFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei0x309 committed Sep 18, 2024
1 parent 45168be commit 816364e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/shared/src/utils/frame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ export const getStaticMetaFrame = (image: string) => {
},
{
"name": "fc:frame:image",
"content": "https://moxie-frames.airstack.xyz/MoxieBalance/starting.png?v=1"
"content": image
},
{
"name": "fc:frame:post_url",
"content": "https://moxie-frames.airstack.xyz/mb/frame?r="
"content": 'https://yup.live'
},
{
"name": "fc:frame:image:aspect_ratio",
Expand Down

0 comments on commit 816364e

Please sign in to comment.