Skip to content

Commit

Permalink
Update manifest.json (#31893)
Browse files Browse the repository at this point in the history
Switch to relative URLs so that we don't need to change the path with every major/minor release
  • Loading branch information
XhmikosR committed Oct 15, 2020
1 parent 836a4c0 commit fb30989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/static/docs/5.0/assets/img/favicons/manifest.json
Expand Up @@ -3,12 +3,12 @@
"short_name": "Bootstrap",
"icons": [
{
"src": "/docs/5.0/assets/img/favicons/android-chrome-192x192.png",
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/docs/5.0/assets/img/favicons/android-chrome-512x512.png",
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down

0 comments on commit fb30989

Please sign in to comment.