Skip to content

Commit

Permalink
fix: Meta
Browse files Browse the repository at this point in the history
  • Loading branch information
paintoshi committed Sep 15, 2024
1 parent 78ae65d commit 46fd8a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ const gaID = env?.NEXT_PUBLIC_GA_ID || ''

// 2. Create wagmiConfig
const metadata = {
name: 'Web3Modal',
description: 'Fantom Sonic',
url: 'https://web3modal.com',
name: 'Speed Checker',
description: 'Compare the finality of different EVM networks',
url: 'https://speedchecker.paintswap.io',
icons: ['https://avatars.githubusercontent.com/u/37784886']
}

Expand Down
8 changes: 4 additions & 4 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,21 +281,21 @@ const Home: NextPage = () => {
<>
<Head>
<title>Web3 Speed Checker</title>
<meta name="description" content="Test the speed of EVM chains" />
<meta name="description" content="Compare the finality of different EVM networks" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />

<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 - Test the speed of EVM chains" />
<meta name="twitter:title" content="Web3 Speed Checker" />
<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="Web3 Speed Checker - Test the speed of EVM chains" />
<meta name="twitter:description" content="Compare the finality of different EVM networks" />

<meta property="og:title" content="Web3 Speed Checker" />
<meta property="og:description" content="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" />
</Head>
Expand Down

0 comments on commit 46fd8a3

Please sign in to comment.