From 549b6e8be08f1c62bfb54db1f7765f7bdc1a11b9 Mon Sep 17 00:00:00 2001 From: Mehmet Ali <87281783+malisipi@users.noreply.github.com> Date: Wed, 2 Feb 2022 18:35:25 +0300 Subject: [PATCH] Bugfix --- manifest.webmanifest | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.webmanifest b/manifest.webmanifest index 1d24ba6..f488d00 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -3,25 +3,25 @@ "name": "Ubuntu", "icons": [ { - "src": "/assets/Vector.svg", + "src": "./assets/Vector.svg", "type": "image/svg+xml", "sizes": "512x512" }, { - "src": "/assets/192.png", + "src": "./assets/192.png", "type": "image/png", "sizes": "192x192" }, { - "src": "/assets/512.png", + "src": "./assets/512.png", "type": "image/png", "sizes": "512x512" } ], - "start_url": "/?pwa=true", + "start_url": "./?pwa=true", "background_color": "#550055", "display": "fullscreen", - "scope": "/", + "scope": "./", "theme_color": "#550055", "shortcuts": [], "description": "Ubuntu",