Add missing favicon

This commit is contained in:
braginini
2023-05-24 13:08:07 +02:00
parent 4a1dd26257
commit fb44b6e529
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

View File

@@ -40,6 +40,7 @@ export default function Document() {
<Html lang="en"> <Html lang="en">
<Head> <Head>
<script dangerouslySetInnerHTML={{ __html: modeScript }} /> <script dangerouslySetInnerHTML={{ __html: modeScript }} />
<link rel="shortcut icon" href="/docs-static/img/favicon.ico" />
</Head> </Head>
<body className="bg-white antialiased dark:bg-zinc-900"> <body className="bg-white antialiased dark:bg-zinc-900">
<Main /> <Main />