From fb30989ee23408f8926b49ddce6f10e9ab2ac8ba Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 15 Oct 2020 16:32:52 +0300 Subject: [PATCH] Update manifest.json (#31893) 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 | 4 ++-- 1 file 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 42e93c257da0..8f2f0f76bf36 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" }