From 22b784885868c26e890728335fb484b45b7e2d50 Mon Sep 17 00:00:00 2001 From: miolane Date: Thu, 16 May 2019 20:59:06 +0800 Subject: [PATCH] fix some other url bugs --- public/images/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/images/manifest.json b/public/images/manifest.json index b846cad037e9..2d30b60920df 100644 --- a/public/images/manifest.json +++ b/public/images/manifest.json @@ -4,12 +4,12 @@ "background_color": "#fff", "icons": [ { - "src": "/assets/favicon_192.png", + "src": "../assets/favicon_192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/assets/favicon_512.png", + "src": "../assets/favicon_512.png", "sizes": "512x512", "type": "image/png" }