]> git.openstreetmap.org Git - rails.git/commitdiff
Fix svg icon path in manifest.json
authorAnton Khorev <tony29@yandex.ru>
Sat, 26 Apr 2025 06:54:52 +0000 (09:54 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 26 Apr 2025 06:54:52 +0000 (09:54 +0300)
app/assets/favicons/manifest.json.erb

index 53fdfcc77378f605fee759f10fc0408fb83748f9..6950a24a1f3c5d68c5bc1227ee63299613b752bf 100644 (file)
@@ -7,7 +7,7 @@
                        type: "image/png",
                        density: res.to_f / 48
                } }.push({
-                       src: image_path("../images/osm_logo.svg"),
+                       src: image_path("osm_logo.svg"),
                        sizes: "any",
                        type: "image/svg+xml"
                }).to_json %>,