Skip to content

Commit

Permalink
feat: new preview image
Browse files Browse the repository at this point in the history
  • Loading branch information
jestinjoshi committed Oct 18, 2024
1 parent 62e5d2d commit cab3ee7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ export const metadata: Metadata = {
type: "website",
images: [
{
url: 'https://jestinjoshi.github.io/img/avatar.webp',
width: 500,
height: 500,
url: 'https://jestinjoshi.github.io/img/preview.webp',
width: 1200,
height: 630,
},
],
},
twitter: {
card: "summary",
card: "summary_large_image",
creator: "@jestinjoshi",
images: [
{
url: 'https://jestinjoshi.github.io/img/avatar.webp',
width: 500,
height: 500,
url: 'https://jestinjoshi.github.io/img/preview.webp',
width: 1200,
height: 630,
},
],
},
Expand Down
Binary file added public/img/preview.webp
Binary file not shown.

0 comments on commit cab3ee7

Please sign in to comment.