From 357de1e691c35829a2450682f3cdddeb76125d39 Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Tue, 4 Oct 2022 19:54:37 +0300 Subject: [PATCH] update manifest --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index dc8541b..51dd4a3 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -10,13 +10,13 @@ "start_url": "/editor", "icons": [ { - "src": "/assets/192.png", + "src": "assets/192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/assets/512.png", + "src": "assets/512.png", "sizes": "512x512", "type": "image/png" }