From 993fc248027c57ae0c4dcfb67f9c9d93b22b29bf Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 8 Oct 2021 15:51:41 +0200 Subject: [PATCH] chore: asset path changes in manifest_json.tmpl a late follow-up of 4005d6388b --- custom/templates/pwa/manifest_json.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom/templates/pwa/manifest_json.tmpl b/custom/templates/pwa/manifest_json.tmpl index e409a79..edcfb1f 100644 --- a/custom/templates/pwa/manifest_json.tmpl +++ b/custom/templates/pwa/manifest_json.tmpl @@ -3,22 +3,22 @@ "name": "git.dotya.ml", "icons": [ { - "src": "/img/gitea-lg.png", + "src": "/assets/img/gitea-lg.png", "type": "image/png", "sizes": "880x880" }, { - "src": "/img/gitea-sm.png", + "src": "/assets/img/gitea-sm.png", "type": "image/png", "sizes": "120x120" }, { - "src": "/img/gitea-512.png", + "src": "/assets/img/gitea-512.png", "type": "image/png", "sizes": "512x512" }, { - "src": "/img/gitea-192.png", + "src": "/assets/img/gitea-192.png", "type": "image/png", "sizes": "192x192" }