Skip to content

Commit a7c58a6

Browse files
committed
Update metadata
1 parent d2d4680 commit a7c58a6

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

app/layout.tsx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,17 @@ const spaceMono = Space_Mono({
1616
});
1717

1818
export const metadata: Metadata = {
19-
title: "Hi, I'm Foxed.",
20-
description: "Developer Portfolio",
19+
metadataBase: new URL("https://foxeddev.github.io"),
20+
title: { default: "Hi, I'm Foxed.", template: "%s | FoxedDev" },
21+
description: "I'm a 15 year old developer and designer from Germany.",
22+
openGraph: {
23+
type: "website",
24+
url: "https://foxeddev.github.io",
25+
title: "Hi, I'm Foxed.",
26+
description: "I'm a 15 year old developer and designer from Germany.",
27+
siteName: "FoxedDev",
28+
images: [{ url: "https://foxeddev.github.io/img/logo-foxeddev.png" }],
29+
},
2130
};
2231

2332
export default function RootLayout({

0 commit comments

Comments
 (0)