feat: add favicon.ico to metadata configuration in root layout

This commit is contained in:
2025-10-15 16:51:39 +02:00
parent acd46171c8
commit 4934dc7f35

View File

@@ -17,6 +17,9 @@ export const metadata: Metadata = {
}, },
description: description:
'Discover Mycelium, an end-to-end encrypted IPv6 overlay network. The future of secure, efficient, and scalable networking.', 'Discover Mycelium, an end-to-end encrypted IPv6 overlay network. The future of secure, efficient, and scalable networking.',
icons: {
icon: '/favicon.ico',
},
} }
export default function RootLayout({ export default function RootLayout({