Skip to content

Commit

Permalink
Add opengraph images
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetpea22 committed Jul 24, 2024
1 parent 350a2ab commit ee96fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const metadata: Metadata = {
card: 'summary_large_image',
title: 'Web3js',
description: 'web3js - the longest-running EVM API',
images: [''],
images: ['https://imagedelivery.net/qdx9xDn6TxxInQGWsuRsVg/f3f16fdc-3d9c-44af-eda3-49865a286f00'],
},
openGraph: {
title: 'web3js',
Expand All @@ -23,7 +23,7 @@ export const metadata: Metadata = {
siteName: 'web3js',
images: [
{
url: '',
url: 'https://imagedelivery.net/qdx9xDn6TxxInQGWsuRsVg/f3f16fdc-3d9c-44af-eda3-49865a286f00',
width: 800,
height: 600,
},
Expand Down

0 comments on commit ee96fa8

Please sign in to comment.