]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Backport #31893
authorXhmikosR <xhmikosr@gmail.com>
Mon, 19 Oct 2020 13:13:56 +0000 (16:13 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 27 Oct 2020 10:11:01 +0000 (12:11 +0200)
Update manifest.json

Switch to relative URLs so that we don't need to change the path with every major/minor release

site/docs/4.5/assets/img/favicons/manifest.json

index a92accba64f967ec432dbb5cb1812f983c0e9ab1..df68b80ec77332556fa1be3024e3dc19375684c2 100644 (file)
@@ -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"
     }