refactor: move favicon to static/assets

This commit is contained in:
Julien Oculi 2024-02-06 16:25:28 +01:00
parent e1a7686992
commit 57ba4077d2
2 changed files with 5 additions and 0 deletions

View file

@ -22,6 +22,11 @@ export default function App({ Component }: PageProps) {
media='(prefers-color-scheme: dark)' media='(prefers-color-scheme: dark)'
content='black' content='black'
/> />
<link
rel='shortcut icon'
href={asset('/assets/favicon.ico')}
type='image/x-icon'
/>
<link rel='stylesheet' href={asset('/main.css')} /> <link rel='stylesheet' href={asset('/main.css')} />
</Head> </Head>
<body> <body>

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB