From d1ccdc3f5ff52a76bb02f55474b746e683ae6984 Mon Sep 17 00:00:00 2001 From: Diamantis Sellis Date: Tue, 4 Nov 2025 12:24:46 +0100 Subject: [PATCH] fix: direct pwa to correct github pages --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 763db8b..ad223d1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "GitHub Workflow Status Wall", "short_name": "Badge Wall", - "start_url": "/", + "start_url": "/wall", "display": "standalone", "background_color": "#f6f8fa", "theme_color": "#24292e",