From cdc01979223b0cdcb7ff0396f69a201a94f3cc3d Mon Sep 17 00:00:00 2001 From: Alexis Guzman Date: Mon, 29 Jul 2024 18:13:03 -0600 Subject: [PATCH] feat(layout): set og image --- apps/www/src/app/layout.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/www/src/app/layout.tsx b/apps/www/src/app/layout.tsx index b1ecc15..a535067 100644 --- a/apps/www/src/app/layout.tsx +++ b/apps/www/src/app/layout.tsx @@ -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',