forked from React-Group/interstellar_ai
Favicon was suddenly not working anymore but the way to bind it in that has not worked before does work
This commit is contained in:
parent
e731da6c7b
commit
4318b1a9b7
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
|
|||
<title>{metadata.title}</title>
|
||||
<meta name="description" content={metadata.description} />
|
||||
{/* Tried adding the favicon here */}
|
||||
<link rel="icon" href="./public/favicon.ico" type="image/x-icon" />
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<body>
|
||||
<main>{children}</main>
|
||||
|
|
Loading…
Reference in a new issue