Skip to content

Commit

Permalink
feat: added crawler image
Browse files Browse the repository at this point in the history
  • Loading branch information
MrX-SNX committed Jul 19, 2024
1 parent 44f4f76 commit 9853fe5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,16 @@ export default function MyApp({ Component, pageProps }: AppProps) {
name="description"
content="Synthetix is a derivatives liquidity protocol providing the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets."
/>
<meta name="og:image" content="/public/logo-x.png" />
<title>My Next.js Application</title>
<meta property="og:title" content="Synthetix" />
<meta property="og:description" content="The Liqudity Layer of DeFi" />
<meta property="og:image" content="https://synthetix.io/metatag.png" />
<meta property="og:url" content="https://synthetix.io" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Synthetix" />
<meta name="twitter:description" content="The Liqudity Layer of DeFi" />
<meta name="twitter:image" content="https://synthetix.io/metatag.png" />
</Head>
<GlobalStyle />
<Fonts />
Expand Down
Binary file added public/metatag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/ultrasound-metatag.png
Binary file not shown.

0 comments on commit 9853fe5

Please sign in to comment.