Favicons finally are working | Tristan rescued us

This commit is contained in:
sageTheDM 2024-09-26 14:47:56 +02:00
parent ff335f50bc
commit 1876a3afd8
111 changed files with 2 additions and 644 deletions

View file

@ -11,8 +11,8 @@ export default function RootLayout({ children }: { children: ReactNode }) {
<head>
<title>{metadata.title}</title>
<meta name="description" content={metadata.description} />
{/* Add the favicon here */}
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
{/* Tried adding the favicon here */}
<link rel="icon" href="./public/favicon.ico" type="image/x-icon" />
</head>
<body>
<main>{children}</main>