diff --git a/src/ARte/core/static/js/detect.js b/src/ARte/core/static/js/detect.js index 77203697..e590c0b1 100644 --- a/src/ARte/core/static/js/detect.js +++ b/src/ARte/core/static/js/detect.js @@ -7,7 +7,7 @@ const isIos = () => { } if (isIos()) { - document.getElementById("manifest").href = "static/ios-manifest.json"; + document.getElementById("manifest").href = "/static/ios-manifest.json"; const browser = bowser.getParser(window.navigator.userAgent) const isValidBrowser = browser.satisfies({ safari: ">=9"