From a4771e9c6482f491afceec6f6f72985c3bf7dcb5 Mon Sep 17 00:00:00 2001 From: Kapilesh Pennichetty Date: Thu, 27 May 2021 12:35:47 -0500 Subject: [PATCH] Attempt 2 at fixing the service worker --- static/service-worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/service-worker.js b/static/service-worker.js index 9402b03..cce85d2 100644 --- a/static/service-worker.js +++ b/static/service-worker.js @@ -10,7 +10,7 @@ if (workbox) { workbox.precaching.precacheAndRoute([ { - "url": "/", + "url": "/login", "revision": "1" } ]);