Skip to content

Commit

Permalink
Merge pull request #56 from 0rbit-co/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
megabyte0x authored Jun 19, 2024
2 parents 56a228d + fc34ac5 commit 6327d06
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,33 @@ export default function RootLayout({
return (
<html lang="en">
<head>
<meta property="og:title" content="0rbit | Oracle on Arweave" />
<meta
property="og:description"
content="Decentralized Oracle on Arweave ecosystem for accessing off-chain data. Get data from any URL."
/>
<meta
property="og:image"
content="https://www.0rbit.co/logos/ogBanner.jpeg"
/>
<meta
property="og:image:secure_url"
content="https://www.0rbit.co/logos/ogBanner.jpeg"
/>
<meta property="og:url" content="https://www.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 | Oracle on Arweave" />
<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
Binary file added public/logos/ogBanner.jpeg
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 6327d06

Please sign in to comment.