forked from React-Group/interstellar_ai
Favicons finally are working | Tristan rescued us
This commit is contained in:
parent
ff335f50bc
commit
1876a3afd8
111 changed files with 2 additions and 644 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue