From ad8ca6addcc822ce8f7420a0694c9297f33f2f49 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Tue, 2 Jul 2019 09:38:55 -0600 Subject: [PATCH] Fix manifest.webmanifest start_url error --- manifest.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.webmanifest b/manifest.webmanifest index fd04ca6..eb44dc1 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -33,7 +33,7 @@ "type": "image/png" } ], - "start_url": "/lexiconga/", + "start_url": "/", "display": "standalone", "orientation": "portrait", "background_color": "#e6cfaa",