Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/app/favicon.ico
Binary file not shown.
18 changes: 18 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading