aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-10-15 16:32:52 +0300
committerGitHub <[email protected]>2020-10-15 16:32:52 +0300
commitfb30989ee23408f8926b49ddce6f10e9ab2ac8ba (patch)
tree56ce79305a3e72792fe18e8eb16f059a68aa0d28 /site
parent836a4c0bd6b93499304f9814a946dd065cb01bef (diff)
downloadbootstrap-fb30989ee23408f8926b49ddce6f10e9ab2ac8ba.tar.xz
bootstrap-fb30989ee23408f8926b49ddce6f10e9ab2ac8ba.zip
Update manifest.json (#31893)
Switch to relative URLs so that we don't need to change the path with every major/minor release
Diffstat (limited to 'site')
-rw-r--r--site/static/docs/5.0/assets/img/favicons/manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/static/docs/5.0/assets/img/favicons/manifest.json b/site/static/docs/5.0/assets/img/favicons/manifest.json
index 42e93c257..8f2f0f76b 100644
--- a/site/static/docs/5.0/assets/img/favicons/manifest.json
+++ b/site/static/docs/5.0/assets/img/favicons/manifest.json
@@ -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"
}