We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d4680 commit a7c58a6Copy full SHA for a7c58a6
app/layout.tsx
@@ -16,8 +16,17 @@ const spaceMono = Space_Mono({
16
});
17
18
export const metadata: Metadata = {
19
- title: "Hi, I'm Foxed.",
20
- description: "Developer Portfolio",
+ metadataBase: new URL("https://foxeddev.github.io"),
+ 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
27
+ siteName: "FoxedDev",
28
+ images: [{ url: "https://foxeddev.github.io/img/logo-foxeddev.png" }],
29
+ },
30
};
31
32
export default function RootLayout({
0 commit comments