feat: compress favicon.ico

This commit is contained in:
2023-08-06 18:18:28 +02:00
parent f482ebcce0
commit 82e9480c5d
2 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ export default function App({ Component }: AppProps) {
<Head>
<link href="/global.css" rel="stylesheet" />
<link href="/prism-material-dark.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="/favicon.png" />
</Head>
<Component />
</>