commit 9df3e3ac179cb059b72ab5c3b2ca4f6cf548afdb
parent 3adf094bdf2130b4f8276069eecc0fa9b8cbb9e2
Author: Hunter
Date:   Fri, 11 Jul 2025 16:01:28 -0400

fix start_url

Diffstat:
Mmanifest.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifest.json b/manifest.json @@ -2,7 +2,7 @@ "name": "Web Workshop", "short_name": "WW", "description": "HTML editor and live preview tool", - "start_url": "/", + "start_url": "/web_workshop/", "display": "standalone", "background_color": "#16181b", "theme_color": "#16181b",