Skip to content

Commit

Permalink
Backport #31893
Browse files Browse the repository at this point in the history
Update manifest.json

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 19, 2020
1 parent 1a04058 commit 8b91a51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions site/docs/4.5/assets/img/favicons/manifest.json
@@ -1,16 +1,14 @@
---
---
{
"name": "Bootstrap",
"short_name": "Bootstrap",
"icons": [
{
"src": "{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/img/favicons/android-chrome-192x192.png",
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/img/favicons/android-chrome-512x512.png",
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down

0 comments on commit 8b91a51

Please sign in to comment.