...
This commit is contained in:
parent
8090ce969e
commit
015e9a1064
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
|
||||||
<title>{metadata.title}</title>
|
<title>{metadata.title}</title>
|
||||||
<meta name="description" content={metadata.description} />
|
<meta name="description" content={metadata.description} />
|
||||||
{/* Tried adding the favicon here */}
|
{/* 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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>{children}</main>
|
<main>{children}</main>
|
||||||
|
|
Loading…
Reference in a new issue