From 4318b1a9b79a4ce8c5b2836b8bc12083bde372b1 Mon Sep 17 00:00:00 2001 From: sageTheDM Date: Fri, 27 Sep 2024 07:47:24 +0200 Subject: [PATCH] Favicon was suddenly not working anymore but the way to bind it in that has not worked before does work --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 8070a08..0425420 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -12,7 +12,7 @@ export default function RootLayout({ children }: { children: ReactNode }) { {metadata.title} {/* Tried adding the favicon here */} - +
{children}