mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-28 18:52:16 +00:00
material: Use .ico for favicon (https://github.com/slint-ui/material-components/issues/61)
This ensures it works on safari
Imported from 8f059e1958
This commit is contained in:
parent
f0316fc3d4
commit
010a6484cf
1 changed files with 2 additions and 2 deletions
|
|
@ -4,6 +4,6 @@
|
|||
---
|
||||
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="mask-icon" href="/favicon.svg" color="#8D46E7" />
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="mask-icon" href="/favicon.ico" color="#8D46E7" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue