diff options
| author | XhmikosR <[email protected]> | 2020-10-15 16:32:52 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-15 16:32:52 +0300 |
| commit | fb30989ee23408f8926b49ddce6f10e9ab2ac8ba (patch) | |
| tree | 56ce79305a3e72792fe18e8eb16f059a68aa0d28 /site/static/docs | |
| parent | 836a4c0bd6b93499304f9814a946dd065cb01bef (diff) | |
| download | bootstrap-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/static/docs')
| -rw-r--r-- | site/static/docs/5.0/assets/img/favicons/manifest.json | 4 |
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" } |
