Skip to content

Commit

Permalink
Merge branch 'armando/grwth-4045-enable-zora-minting-through-warp-iap…
Browse files Browse the repository at this point in the history
…' into dev
  • Loading branch information
r3lays committed Feb 7, 2024
2 parents 8b830a7 + 36564c1 commit f17b78f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
1 change: 1 addition & 0 deletions components/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ type Props = {
ogImage?: string
title?: string
description?: string
metatags?: React.ReactNode
}

/**
Expand Down
24 changes: 18 additions & 6 deletions pages/[chain]/asset/[assetId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,24 @@ const IndexPage: NextPage<Props> = ({ assetId, ssr }) => {
)}`}
title={pageTitle}
description={collection?.description as string}
/>
<meta
name="twitter:image"
content={`/api/og/token?token=${encodeURIComponent(
base64EncodedToken
)}`}
metatags={
<>
<meta property="eth:nft:collection" content="Farcaster: Giraffe" />
<meta
property="eth:nft:contract_address"
content="0x060f3edd18c47f59bd23d063bbeb9aa4a8fec6df"
/>
<meta
property="eth:nft:creator_address"
content="0xbc698ce1933afb2980d4a5a0f85fea1b02fbb1c9"
/>
<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"
/>
</>
}
/>
<Flex
justify="center"
Expand Down

0 comments on commit f17b78f

Please sign in to comment.