refactor: move favicon to static/assets
This commit is contained in:
parent
e1a7686992
commit
57ba4077d2
|
@ -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>
|
||||||
|
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Reference in a new issue