From 43473be3faaab6e0564ca1a3ca51fbe729bdf66f Mon Sep 17 00:00:00 2001 From: Jordan Date: Sat, 4 Jan 2025 21:13:25 -0500 Subject: [PATCH] fix: manifest start_url to use relative path instead of root path --- src/public/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/public/manifest.json b/src/public/manifest.json index b7a1b70d..870bf756 100644 --- a/src/public/manifest.json +++ b/src/public/manifest.json @@ -8,9 +8,8 @@ } ], "id": "/", - "start_url": "/", + "start_url": ".", "background_color": "#212121", "display": "minimal-ui", - "scope": "/", "theme_color": "#212121" } \ No newline at end of file