add favicon
This commit is contained in:
parent
36b7d26723
commit
f53278be4c
5 changed files with 11 additions and 6 deletions
|
@ -3,7 +3,9 @@ import { Html, Head, Main, NextScript } from "next/document";
|
|||
export default function Document() {
|
||||
return (
|
||||
<Html>
|
||||
<Head />
|
||||
<Head>
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
</Head>
|
||||
<body className="bg-white dark:bg-slate-800 text-black dark:text-white">
|
||||
<Main />
|
||||
<NextScript />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue