Skip to content

Commit

Permalink
fix: opengraph image
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Jan 4, 2024
1 parent 2bb9d17 commit de85ec1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 14 deletions.
14 changes: 0 additions & 14 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,13 @@ export const metadata: Metadata = {
title: SITE_CONFIG.name,
description: SITE_CONFIG.description,
siteName: SITE_CONFIG.name,
images: [
{
url: "/og",
width: 1200,
height: 630,
},
],
},
twitter: {
title: SITE_CONFIG.name,
description: SITE_CONFIG.description,
card: "summary_large_image",
site: "@kudos_ink",
creator: "@kudos_ink",
images: [
{
url: "/og",
width: 1200,
height: 630,
},
],
},
};

Expand Down
1 change: 1 addition & 0 deletions app/opengraph-image.alt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Kudos Portal
File renamed without changes
1 change: 1 addition & 0 deletions app/twitter-image.alt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Kudos Portal
Binary file added app/twitter-image.png
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 de85ec1

Please sign in to comment.