Use a single cache buster string for favicon.
Previously two different strings were used as cache busters in favicon files. Only one is required. Using multiple increases the chance of making mistakes when updating the cachebuster in future.
This commit is contained in:
parent
9867f78385
commit
25ae1b89d6
@ -3,27 +3,27 @@
|
||||
"short_name": "Decred",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/public/images/favicon/ic_launcher_mdpi.png?v=vMddPLeYWy",
|
||||
"src": "/public/images/favicon/ic_launcher_mdpi.png?v=gT6Mc",
|
||||
"sizes": "48x48",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/public/images/favicon/ic_launcher_hdpi.png?v=vMddPLeYWy",
|
||||
"src": "/public/images/favicon/ic_launcher_hdpi.png?v=gT6Mc",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/public/images/favicon/ic_launcher_xhdpi.png?v=vMddPLeYWy",
|
||||
"src": "/public/images/favicon/ic_launcher_xhdpi.png?v=gT6Mc",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/public/images/favicon/ic_launcher_xxhdpi.png?v=vMddPLeYWy",
|
||||
"src": "/public/images/favicon/ic_launcher_xxhdpi.png?v=gT6Mc",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/public/images/favicon/ic_launcher_xxxhdpi.png?v=vMddPLeYWy",
|
||||
"src": "/public/images/favicon/ic_launcher_xxxhdpi.png?v=gT6Mc",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user