Skip to content
Snippets Groups Projects
Commit e92aee78 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

favicon is relative

parent ca5fd2ec
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!186Resolve "[MIN-323] favicon url"
Pipeline #89339 passed
import { Html, Head, Main, NextScript } from 'next/document';
import { Head, Html, Main, NextScript } from 'next/document';
import Script from 'next/script';
const Document = (): React.ReactNode => (
<Html>
<Head />
<Head>
<link rel="shortcut icon" href="./favicon.ico" />
</Head>
<body>
<Main />
<NextScript />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment