feat: add .png icons for safari
This commit is contained in:
parent
c2a074f734
commit
08a83ba3c5
5 changed files with 19 additions and 38 deletions
|
@ -19,8 +19,14 @@ export default function RootLayout({
|
|||
<link
|
||||
rel='icon'
|
||||
type='image/png'
|
||||
href='/favicon-96x96.png'
|
||||
sizes='96x96'
|
||||
href='/favicon-dark.png'
|
||||
media='(prefers-color-scheme: dark)'
|
||||
/>
|
||||
<link
|
||||
rel='icon'
|
||||
type='image/png'
|
||||
href='/favicon-light.png'
|
||||
media='(prefers-color-scheme: light)'
|
||||
/>
|
||||
<link
|
||||
rel='icon'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue