Skip to content

Commit

Permalink
Set absolute reference to image
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralOutDotEu committed Nov 8, 2023
1 parent 1825b60 commit ccbe86a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MetaTags.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ const MetaTags = () => {
<meta property="og:url" content="https://ethereum-wallet-generator-online.vercel.app/" />
<meta property="og:title" content="Ethereum Wallet Generator Online" />
<meta property="og:description" content="Generate Ethereum wallets securely in your browser. No data is stored or transmitted." />
<meta property="og:image" content="demo.png" />
<meta property="og:image" content="https://ethereum-wallet-generator-online.vercel.app/demo.png" />
{/* Twitter */}
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://ethereum-wallet-generator-online.vercel.app/" />
<meta property="twitter:title" content="Ethereum Wallet Generator Online" />
<meta property="twitter:description" content="Generate Ethereum wallets securely in your browser. No data is stored or transmitted." />
<meta property="twitter:image" content="demo.png" />
<meta property="twitter:image" content="https://ethereum-wallet-generator-online.vercel.app/demo.png" />
</Helmet>
);
};
Expand Down

0 comments on commit ccbe86a

Please sign in to comment.