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

Commit

Permalink
og banner route
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLPircy committed Jun 19, 2024
1 parent 331b5f1 commit f6f19ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ export default function RootLayout({
/>
<meta
property="og:image"
content="https://www.0rbit.co/logos/ogLogo.jpg"
content="https://www.0rbit.co/logos/ogBanner.jpeg"
/>
<meta
property="og:image:secure_url"
content="https://www.0rbit.co/logos/ogLogo.jpg"
content="https://www.0rbit.co/logos/ogBanner.jpeg"
/>
<meta property="og:url" content="https://www.playground.0rbit.co" />
<meta property="og:image:width" content="1200" />
Expand Down

0 comments on commit f6f19ed

Please sign in to comment.