Skip to content

Commit

Permalink
Merge pull request #6 from akegaviar/fix/opengraph
Browse files Browse the repository at this point in the history
fix opengraph data
  • Loading branch information
uF4No authored Apr 4, 2022
2 parents 46e039b + 4939066 commit b0a28a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,17 @@ function Home({ changeTheme, theme }) {
<Head>
<title>Avalanche subnets list</title>
<link rel="icon" href="/favicon.png" />
<meta
property="og:description"
content="subnet.tech is an aggregator of Avalanche subnets, projects, validators, and educational resources around Avalanche subnets."
/>
<meta property="og:image" content="/og-image-new.jpeg" />

<meta
name="twitter:description"
content="subnet.tech is an aggregator of Avalanche subnets, projects, validators, and educational resources around Avalanche subnets."
/>
<meta name="twitter:image" content="/og-image-new.jpeg" />
</Head>

<main className={styles.main}>
Expand Down
Binary file added public/og-image-new.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit b0a28a4

@vercel
Copy link

@vercel vercel bot commented on b0a28a4 Apr 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.