apps/web: fix manifest 401
This commit is contained in:
parent
0c0dc7de53
commit
3898fc1bdf
@ -5,7 +5,7 @@ export const metaFavicon = (
|
||||
<link rel="apple-touch-icon" sizes="180x180" href={withBasePath('/apple-touch-icon.png')} />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href={withBasePath('/favicon-32x32.png')} />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href={withBasePath('/favicon-16x16.png')} />
|
||||
<link rel="manifest" href={withBasePath('/site.webmanifest')} />
|
||||
<link rel="manifest" href={withBasePath('/site.webmanifest')} crossOrigin="use-credentials" />
|
||||
<link rel="mask-icon" href={withBasePath('/safari-pinned-tab.svg')} color="#5bbad5" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
</>
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"name": "Лизинговый калькулятор | Эволюция",
|
||||
"short_name": "Лизинговый калькулятор | Эволюция",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user