Fix favicon.
This commit is contained in:
parent
0abde5611b
commit
9f9611a823
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ import "./globals.css";
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "A-Maze-R! Create your own Maze!",
|
title: "A-Maze-R! Create your own Maze!",
|
||||||
description: "A Maze Generator by fritteli",
|
description: "A Maze Generator by fritteli",
|
||||||
|
icons: "./favicon.ico"
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({children}: Readonly<{
|
export default function RootLayout({children}: Readonly<{
|
||||||
|
|
Loading…
Reference in a new issue