Fix favicon.

This commit is contained in:
Manuel Friedli 2025-01-08 22:03:38 +01:00
parent 0abde5611b
commit 9f9611a823
Signed by: manuel
GPG key ID: 41D08ABA75634DA1

View file

@ -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<{