Skip to content

Commit

Permalink
remove used attrs openGraph
Browse files Browse the repository at this point in the history
  • Loading branch information
luistorres committed May 8, 2024
1 parent 54787fe commit 6150583
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/web-app/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,6 @@ export const metadata: Metadata = {
'Citizend is the community-curated token launch platform of web3 enabling both community contributions and token launches in a secure, transparent and compliant way. Find the next early gem here.',
url: 'https://app.citizend.xyz',
siteName: 'Citizend app',
images: [
{
url: '/opengraph-image.png',
width: 800,
height: 600,
},
{
url: 'https://assets-global.website-files.com/6613ccb2950e14dbbe77a183/661fab3674735b20d0c82435_citizend-share-image.jpg', // Must be an absolute URL
width: 1800,
height: 1600,
alt: 'Citizend alt',
},
],
locale: 'en_US',
type: 'website',
},
Expand Down

0 comments on commit 6150583

Please sign in to comment.