Skip to content

Commit 5cd8bad

Browse files
committed
fix: og
1 parent 64dd3ff commit 5cd8bad

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

apps/www/app/layout.tsx

+3-9
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ export const metadata: Metadata = {
2929
"Tailwind CSS",
3030
"Server Components",
3131
"Radix UI",
32+
"WAGMI",
33+
"Web3",
34+
"Ethereum"
3235
],
3336
authors: [
3437
{
@@ -48,20 +51,11 @@ export const metadata: Metadata = {
4851
title: siteConfig.name,
4952
description: siteConfig.description,
5053
siteName: siteConfig.name,
51-
images: [
52-
{
53-
url: siteConfig.ogImage,
54-
width: 1200,
55-
height: 630,
56-
alt: siteConfig.name,
57-
},
58-
],
5954
},
6055
twitter: {
6156
card: "summary_large_image",
6257
title: siteConfig.name,
6358
description: siteConfig.description,
64-
images: [siteConfig.ogImage],
6559
creator: "@districtLabs",
6660
},
6761
icons: {

apps/www/app/opengraph-image.jpg

215 KB
Loading

0 commit comments

Comments
 (0)