feat: Add link to personal website in the head of RootLayout component

This commit is contained in:
Mauro Balades
2024-08-24 23:53:16 +02:00
parent e0ba5c0fbc
commit f9616f4787

View File

@@ -18,6 +18,9 @@ export default function RootLayout({
}>) {
return (
<html lang="en" suppressHydrationWarning>
<head>
<link rel="me" href="https://fosstodon.org/@zenbrowser"></link>
</head>
<body className={inter.className}>
<ThemeProvider
attribute="class"