Merge pull request 'fix: Change all favicon into favico to avoid typos' (#29) from development into master
Some checks failed
continuous-integration/drone/push Build is failing

Reviewed-on: SPT-AKI/Website#29
This commit is contained in:
Ereshkigal 2021-12-08 18:53:14 +00:00
commit bb8d9bdb25
4 changed files with 6 additions and 6 deletions

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 97 KiB

View File

@ -3,8 +3,8 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<!-- <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> --> <!-- <link rel="icon" href="%PUBLIC_URL%/favico.ico" /> -->
<link rel="icon" href="favicon.ico" /> <link rel="icon" href="favico.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<meta name="description" content="item finder" /> <meta name="description" content="item finder" />
@ -19,7 +19,7 @@
It will be replaced with the URL of the `public` folder during the build. 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. 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. 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`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->

View File

@ -3,12 +3,12 @@
"name": "Items Website for sp-tarkov", "name": "Items Website for sp-tarkov",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favico.ico",
"sizes": "32x32", "sizes": "32x32",
"type": "image/x-icon" "type": "image/x-icon"
}, },
{ {
"src": "favicon.svg", "src": "favico.svg",
"type": "image/svg+xml", "type": "image/svg+xml",
"sizes": "64x64 96x96 128x128 160x160 192x192 512x512" "sizes": "64x64 96x96 128x128 160x160 192x192 512x512"
} }