From 7c244c80089d549216b00bdb3a420e35d47780f6 Mon Sep 17 00:00:00 2001 From: Arnaud Valle Date: Fri, 2 Oct 2020 14:09:54 +0200 Subject: [PATCH] fix: register service worker with a relative path If the app is run in a sub folder (like it is now with github pages), then it was pointing to a service worker in the root folder of the domain rather than the current folder of the app (i.e. /grejbox/) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 54f19a0..bb22388 100644 --- a/index.html +++ b/index.html @@ -208,7 +208,7 @@