]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update manifest.json (#31893)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 15 Oct 2020 13:32:52 +0000 (16:32 +0300)
committerGitHub <noreply@github.com>
Thu, 15 Oct 2020 13:32:52 +0000 (16:32 +0300)
Switch to relative URLs so that we don't need to change the path with every major/minor release

site/static/docs/5.0/assets/img/favicons/manifest.json

index 42e93c257da0388b57d806f45825636c036c30d7..8f2f0f76bf365525f8030b57db3f3b92880cc5b0 100644 (file)
@@ -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"
     }