From 4934dc7f356344e0253b66339b3dd8e960957937 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 15 Oct 2025 16:51:39 +0200 Subject: [PATCH] feat: add favicon.ico to metadata configuration in root layout --- src/app/layout.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b06e386..b78a285 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,6 +17,9 @@ export const metadata: Metadata = { }, description: '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({