Skip to content

Commit

Permalink
fix: metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigBalthazar committed Jul 19, 2024
1 parent 1e3a195 commit 7cc57b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,20 @@ export default function Home(): JSX.Element {
<title>TON Documentation - Reusable smart contract library</title>
<meta
property="og:title"
content="TON Documentation - Reusable smart contract library"
></meta>
content="TON Documentation - Reusable smart contract library"
/>
<meta
property="og:description"
content="Reusable smart contract library and toolkit for the TON and Tact language."
/>
<meta
property="og:image"
content="https://tonion.tech/img/banner.png"
/>
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="200" />
<meta property="og:image:height" content="200" />
<meta name="smartContract" content="index, follow"></meta>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="smartContract" content="index, follow" />
</Head>
<HomepageHeader />
<main className="flex flex-col gap-10">
Expand Down
Binary file modified static/img/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7cc57b3

Please sign in to comment.