chore: changed icon path
@ -33,7 +33,7 @@ class MyDocument extends Document {
|
||||
{/* Windows */}
|
||||
<meta name='msapplication-navbutton-color' content={THEME_COLOR} />
|
||||
<meta name='msapplication-TileColor' content={THEME_COLOR} />
|
||||
<meta name='msapplication-TileImage' content='/ms-icon-144x144.png' />
|
||||
<meta name='msapplication-TileImage' content='/static/ms-icon-144x144.png' />
|
||||
<meta name='msapplication-config' content='browserconfig.xml' />
|
||||
|
||||
{/* Pinned Sites */}
|
||||
@ -65,21 +65,21 @@ class MyDocument extends Document {
|
||||
<link rel='icon' type='image/png' sizes='16x16' href='/favicon-16x16.png' />
|
||||
|
||||
{/* iOS */}
|
||||
<link rel='apple-touch-icon' sizes='57x57' href='/apple-icon-57x57.png' />
|
||||
<link rel='apple-touch-icon' sizes='60x60' href='/apple-icon-60x60.png' />
|
||||
<link rel='apple-touch-icon' sizes='72x72' href='/apple-icon-72x72.png' />
|
||||
<link rel='apple-touch-icon' sizes='76x76' href='/apple-icon-76x76.png' />
|
||||
<link rel='apple-touch-icon' sizes='114x114' href='/apple-icon-114x114.png' />
|
||||
<link rel='apple-touch-icon' sizes='120x120' href='/apple-icon-120x120.png' />
|
||||
<link rel='apple-touch-icon' sizes='144x144' href='/apple-icon-144x144.png' />
|
||||
<link rel='apple-touch-icon' sizes='152x152' href='/apple-icon-152x152.png' />
|
||||
<link rel='apple-touch-icon' sizes='180x180' href='/apple-icon-180x180.png' />
|
||||
<link rel='apple-touch-icon' sizes='256x256' href='/apple-icon-256x256.png' />
|
||||
<link rel='apple-touch-icon' sizes='512x512' href='/apple-icon-512x512.png' />
|
||||
<link rel='apple-touch-icon' sizes='57x57' href='/static/apple-icon-57x57.png' />
|
||||
<link rel='apple-touch-icon' sizes='60x60' href='/static/apple-icon-60x60.png' />
|
||||
<link rel='apple-touch-icon' sizes='72x72' href='/static/apple-icon-72x72.png' />
|
||||
<link rel='apple-touch-icon' sizes='76x76' href='/static/apple-icon-76x76.png' />
|
||||
<link rel='apple-touch-icon' sizes='114x114' href='/static/apple-icon-114x114.png' />
|
||||
<link rel='apple-touch-icon' sizes='120x120' href='/static/apple-icon-120x120.png' />
|
||||
<link rel='apple-touch-icon' sizes='144x144' href='/static/apple-icon-144x144.png' />
|
||||
<link rel='apple-touch-icon' sizes='152x152' href='/static/apple-icon-152x152.png' />
|
||||
<link rel='apple-touch-icon' sizes='180x180' href='/static/apple-icon-180x180.png' />
|
||||
<link rel='apple-touch-icon' sizes='256x256' href='/static/apple-icon-256x256.png' />
|
||||
<link rel='apple-touch-icon' sizes='512x512' href='/static/apple-icon-512x512.png' />
|
||||
|
||||
|
||||
{/* Android */}
|
||||
<link rel='icon' type='image/png' sizes='192x192' href='/android-icon-192x192.png' />
|
||||
<link rel='icon' type='image/png' sizes='192x192' href='/static/android-icon-192x192.png' />
|
||||
|
||||
{/* Others */}
|
||||
<link rel='shortcut icon' href='/favicon.ico' />
|
||||
|
||||
@ -12,45 +12,45 @@
|
||||
"prefer_related_applications": true,
|
||||
"icons": [
|
||||
{
|
||||
"src": "\/android-icon-36x36.png",
|
||||
"src": "/static/android-icon-36x36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image\/png",
|
||||
"type": "image/png",
|
||||
"density": "0.75"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-48x48.png",
|
||||
"src": "/static/android-icon-48x48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image\/png",
|
||||
"type": "image/png",
|
||||
"density": "1.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-72x72.png",
|
||||
"src": "/static/android-icon-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image\/png",
|
||||
"type": "image/png",
|
||||
"density": "1.5"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-96x96.png",
|
||||
"src": "/static/android-icon-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image\/png",
|
||||
"type": "image/png",
|
||||
"density": "2.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-144x144.png",
|
||||
"src": "/static/android-icon-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image\/png",
|
||||
"type": "image/png",
|
||||
"density": "3.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-192x192.png",
|
||||
"src": "/static/android-icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png",
|
||||
"type": "image/png",
|
||||
"density": "4.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-512x512.png",
|
||||
"src": "/static/android-icon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image\/png"
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |