Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-10-15 16:32:52 +0300
committerGitHub <noreply@github.com>2020-10-15 16:32:52 +0300
commitfb30989ee23408f8926b49ddce6f10e9ab2ac8ba (patch)
tree56ce79305a3e72792fe18e8eb16f059a68aa0d28 /site/static/docs/5.0/assets
parent836a4c0bd6b93499304f9814a946dd065cb01bef (diff)
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/static/docs/5.0/assets')
-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 42e93c257d..8f2f0f76bf 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"
}