Skip to content

Commit

Permalink
switch og image
Browse files Browse the repository at this point in the history
  • Loading branch information
subject026 committed Apr 23, 2024
1 parent 6c3ee53 commit ec205ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added apps/site/public/img/breadchain_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.
Binary file removed apps/site/public/img/breadlogo.png
Binary file not shown.
6 changes: 3 additions & 3 deletions apps/site/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ const { title } = Astro.props;
<meta name="title" content={title} />

<meta property="og:url" content="https://breadchain.xyz" />
<meta property="og:image" content="/img/breadlogo.png" />
<meta property="og:image:height" content="286" />
<meta property="og:image:width" content="666" />
<meta property="og:image" content="/img/breadchain_og_image.png" />
<meta property="og:image:height" content="222" />
<meta property="og:image:width" content="374" />

<meta name="twitter:card" content="app" />
<meta name="twitter:card" content="summary_large_image" />
Expand Down

0 comments on commit ec205ee

Please sign in to comment.