diff --git a/src/app/favicon.ico b/src/app/favicon.ico new file mode 100644 index 0000000..8f0e29a Binary files /dev/null and b/src/app/favicon.ico differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b485af2..2dea203 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,25 @@ const redHatDisplay = Red_Hat_Display({ export const metadata: Metadata = { title: "Latté", + applicationName: "Latté", description: "The best code & coffee in the world.", + authors: [{ name: "Louis Labeyrie" }, { name: "Louis Labeyrie" }], + keywords: ["code", "coffee", "latté", "devops", "kubernetes", "freelance"], + openGraph: { + title: "Latté", + description: "The best code & coffee in the world.", + url: "https://lattecorp.dev", + siteName: "Latté", + images: [ + { + url: "https://img.goodfon.com/original/5824x3264/b/7f/marshmallows-hot-cocoa-coffee-steam-heat.jpg", + width: 800, + height: 600, + }, + ], + locale: "en_US", + type: "website", + }, }; const env = process.env.NODE_ENV;