Skip to content

Commit

Permalink
Update og image
Browse files Browse the repository at this point in the history
  • Loading branch information
itsharshag committed Jun 7, 2022
1 parent 45b1797 commit fde86df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MyDocument extends Document {
<meta property="og:description" content={defaultDescription} />
<meta
property="og:image"
content="https://www.dappcamp.xyz/og-image.png"
content="https://www.landscape.dappcamp.xyz/og-image.png"
/>

<meta name="twitter:card" content="summary_large_image" />
Expand All @@ -38,7 +38,7 @@ class MyDocument extends Document {

<meta
name="twitter:image"
content="https://www.dappcamp.xyz/og-image.png"
content="https://www.landscape.dappcamp.xyz/og-image.png"
/>

<link rel="icon" href="https://dappcamp.xyz/favicon.png" />
Expand Down
Binary file added app/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.

0 comments on commit fde86df

Please sign in to comment.