Skip to content

Commit

Permalink
fix: og
Browse files Browse the repository at this point in the history
  • Loading branch information
kamescg committed Nov 27, 2023
1 parent 64dd3ff commit 5cd8bad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions apps/www/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ export const metadata: Metadata = {
"Tailwind CSS",
"Server Components",
"Radix UI",
"WAGMI",
"Web3",
"Ethereum"
],
authors: [
{
Expand All @@ -48,20 +51,11 @@ export const metadata: Metadata = {
title: siteConfig.name,
description: siteConfig.description,
siteName: siteConfig.name,
images: [
{
url: siteConfig.ogImage,
width: 1200,
height: 630,
alt: siteConfig.name,
},
],
},
twitter: {
card: "summary_large_image",
title: siteConfig.name,
description: siteConfig.description,
images: [siteConfig.ogImage],
creator: "@districtLabs",
},
icons: {
Expand Down
Binary file added apps/www/app/opengraph-image.jpg
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 5cd8bad

Please sign in to comment.