From 53c6eefb38fa1bbeb63b8c9e66129875fc37c11f Mon Sep 17 00:00:00 2001 From: Chris Couzens Date: Sat, 20 Apr 2024 18:14:10 +0100 Subject: [PATCH] Correct start url --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index f33ea7e..bfefdbe 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -9,7 +9,7 @@ "sizes": "512x512" } ], - "start_url": "../game.html", + "start_url": "./game.html", "display": "standalone", "categories": ["games"], "description": "Maze puzzles for your amusement",