Skip to content

Commit

Permalink
Update [assetId].tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
r3lays committed Feb 13, 2024
1 parent 6191728 commit 5de53ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[chain]/asset/[assetId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const IndexPage: NextPage<Props> = ({ assetId, ssr }) => {
return (
<Layout>
<Head
ogImage={token?.token?.image || collection?.banner}
ogImage={`${process.env.NEXT_PUBLIC_HOST_URL}/api/og/redirect?image=${base64EncodedImage}`}
title={pageTitle}
description={collection?.description as string}
metatags={
Expand Down

0 comments on commit 5de53ed

Please sign in to comment.