From 9f9611a823719e617a927128fe987ade0db8ae78 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Wed, 8 Jan 2025 22:03:38 +0100 Subject: [PATCH] Fix favicon. --- src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a7a7c51..bdb7c94 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,6 +4,7 @@ import "./globals.css"; export const metadata: Metadata = { title: "A-Maze-R! Create your own Maze!", description: "A Maze Generator by fritteli", + icons: "./favicon.ico" }; export default function RootLayout({children}: Readonly<{