fix: Change all favicon into favico to avoid typos
This commit is contained in:
parent
b766f9c54d
commit
b9bce6ce29
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
@ -3,8 +3,8 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<!-- <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> -->
|
||||
<link rel="icon" href="favicon.ico" />
|
||||
<!-- <link rel="icon" href="%PUBLIC_URL%/favico.ico" /> -->
|
||||
<link rel="icon" href="favico.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="item finder" />
|
||||
@ -19,7 +19,7 @@
|
||||
It will be replaced with the URL of the `public` folder during the build.
|
||||
Only files inside the `public` folder can be referenced from the HTML.
|
||||
|
||||
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
|
||||
Unlike "/favico.ico" or "favico.ico", "%PUBLIC_URL%/favico.ico" will
|
||||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
|
@ -3,12 +3,12 @@
|
||||
"name": "Items Website for sp-tarkov",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"src": "favico.ico",
|
||||
"sizes": "32x32",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "favicon.svg",
|
||||
"src": "favico.svg",
|
||||
"type": "image/svg+xml",
|
||||
"sizes": "64x64 96x96 128x128 160x160 192x192 512x512"
|
||||
}
|
||||
@ -17,4 +17,4 @@
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user