From 531a4372ce19734b9e33600fbb49c812cdc9fd23 Mon Sep 17 00:00:00 2001 From: Callum Bonnyman Date: Fri, 23 Jun 2023 12:10:49 +0545 Subject: [PATCH] Fixed missing favicon. --- app/layout.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/layout.tsx b/app/layout.tsx index 72e7557..6cd6036 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -18,6 +18,9 @@ export default function RootLayout({ }) { return ( + + + {children} {env === 'production' && (