Skip to content

Commit

Permalink
feat(layout): set og image
Browse files Browse the repository at this point in the history
  • Loading branch information
codingcodax committed Jul 30, 2024
1 parent 7073dec commit cdc0197
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/www/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,21 @@ export const metadata: Metadata = {
description:
'Front-end web wizard who enjoys creating a variety of tools and a continuous dedication to learning and self-development.',
openGraph: {
type: 'website',
locale: 'en_US',
title: 'Alexis Guzman',
description:
'Front-end web wizard who enjoys creating a variety of tools and a continuous dedication to learning and self-development.',
url: 'https://www.codingcodax.dev',
siteName: 'Alexis Guzman',
images: [
{
url: `https://www.codingcodax.dev/og.jpg`,
width: 1920,
height: 1080,
alt: 'Creeaty',
},
],
},
twitter: {
card: 'summary_large_image',
Expand Down

0 comments on commit cdc0197

Please sign in to comment.