Skip to content

Commit

Permalink
feat: use actual images
Browse files Browse the repository at this point in the history
  • Loading branch information
r3lays committed Feb 8, 2024
1 parent 84dafce commit 802e5b1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pages/[chain]/asset/[assetId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,18 +250,15 @@ const IndexPage: NextPage<Props> = ({ assetId, ssr }) => {
<meta property="eth:nft:schema" content="ERC1155" />
<meta
property="eth:nft:media_url"
content="https://remote-image.decentralized-content.com/image?url=https%3A%2F%2Fipfs.decentralized-content.com%2Fipfs%2Fbafybeiegrnialwu66u3nwzkn4gik4i2x2h4ip7y3w2dlymzlpxb5lrqbom&w=1920&q=75"
content={token?.token?.imageSmall}
/>

<meta property="og:title" content="Farcaster: Giraffe" />
<meta
property="og:image"
content="https://remote-image.decentralized-content.com/image?url=https%3A%2F%2Fipfs.decentralized-content.com%2Fipfs%2Fbafybeiegrnialwu66u3nwzkn4gik4i2x2h4ip7y3w2dlymzlpxb5lrqbom&w=1920&q=75"
/>
<meta property="og:image" content={token?.token?.imageSmall} />
<meta property="fc:frame" content="vNext" />
<meta
property="fc:frame:image"
content="https://remote-image.decentralized-content.com/image?url=https%3A%2F%2Fipfs.decentralized-content.com%2Fipfs%2Fbafybeiegrnialwu66u3nwzkn4gik4i2x2h4ip7y3w2dlymzlpxb5lrqbom&w=1920&q=75"
content={token?.token?.imageSmall}
/>
<meta property="fc:frame:button:1" content="Mint" />
<meta property="fc:frame:button:1:action" content="mint" />
Expand Down

0 comments on commit 802e5b1

Please sign in to comment.