Skip to content

Commit

Permalink
fix: OG meta
Browse files Browse the repository at this point in the history
  • Loading branch information
paintoshi committed Sep 15, 2024
1 parent 46fd8a3 commit 750abf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,14 +287,14 @@ const Home: NextPage = () => {

<meta name="keywords" content="fantom, sonic, $S, evm, fvm, testnet, transactions, speed, tps, finality, confirmations, fast, crypto, base, arbitrum, optimism, polygon, avalanche, celo, kava" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Web3 Speed Checker" />
<meta name="twitter:title" content="Web3 Speed Checker - Test the speed of EVM chains" />
<meta name="twitter:image" content="https://speedchecker.paintswap.io/og.png" />
<meta name="twitter:domain" content="speedchecker.paintswap.io" />
<meta name="twitter:site" content="@paintoshi" />
<meta name="twitter:creator" content="@paintoshi" />
<meta name="twitter:description" content="Compare the finality of different EVM networks" />

<meta property="og:title" content="Web3 Speed Checker" />
<meta property="og:title" content="Web3 Speed Checker - Test the speed of EVM chains" />
<meta property="og:description" content="Compare the finality of different EVM networks" />
<meta property="og:image" content="https://speedchecker.paintswap.io/og.png" />
<meta property="og:url" content="https://speedchecker.paintswap.io" />
Expand Down

0 comments on commit 750abf4

Please sign in to comment.