mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-25 22:37:18 +10:00
Remove old rel type, 'shortcut icon' and replace it just by standard 'icon'
This commit is contained in:
parent
68b851eda5
commit
f178eca29e
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
|||
<!--!meta-->
|
||||
|
||||
<link rel="manifest" href="%PUBLIC_URL%/static/manifest.json">
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/static/favicon.ico">
|
||||
<link rel="icon" sizes="32x32" type="image/x-icon" href="%PUBLIC_URL%/static/favicon.ico">
|
||||
<link rel="icon" sizes="192x192" type="image/png" href="%PUBLIC_URL%/static/webapp-icon-192x192.png" />
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/static/touch-icon-iphone-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="%PUBLIC_URL%/static/apple-touch-icon-ipad-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="%PUBLIC_URL%/static/apple-touch-icon-ipad-57x57@2x.png">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue