From 42ff31fc2a335b56f8f90eb5a41737082a7b30ce Mon Sep 17 00:00:00 2001 From: er-knight <60701544+er-knight@users.noreply.github.com> Date: Wed, 14 Feb 2024 00:26:56 +0530 Subject: [PATCH] updated start_url in manifest --- manifest.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.webmanifest b/manifest.webmanifest index d86aa7c..1bdc176 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -1,7 +1,7 @@ { "name": "Contests", "short_name": "Contests", - "start_url": "/", + "start_url": "https://er-knight.github.io/contests/", "display": "standalone", "background_color": "#FFFFFF", "lang": "en",