From 7739cf2958e81ffc0579de1f516a2857f9a3e01a Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 10 Apr 2023 23:25:06 -0500 Subject: [PATCH] fix: broken favicon url --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3709bb8..925ec4d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,7 @@ export const metadata = { icons: { icon: [ { - url: 'images/favicon.ico', + url: 'docs/images/favicon.ico', type: 'image/x-icon', }, ],