mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 08:26:35 +00:00
Add missing favicon
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 104 KiB |
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user