Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
og image height and width changed
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLPircy committed Jun 17, 2024
1 parent b3a705d commit 331b5f1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,25 @@ export default function RootLayout({
property="og:image"
content="https://www.0rbit.co/logos/ogLogo.jpg"
/>
<meta
property="og:image:secure_url"
content="https://www.0rbit.co/logos/ogLogo.jpg"
/>
<meta property="og:url" content="https://www.playground.0rbit.co" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="0rbit | Playground" />
<meta
name="twitter:description"
content="Decentralized Oracle on Arweave ecosystem for accessing off-chain data. Get data from any URL."
/>
<meta
name="twitter:image"
content="https://www.0rbit.co/logos/ogLogo.jpg"
/>

<Script
strategy="lazyOnload"
async
Expand Down

0 comments on commit 331b5f1

Please sign in to comment.