From e3642cb1e0fdeb54daef6ea3f6df36ad65d97a2c Mon Sep 17 00:00:00 2001 From: Miodec Date: Sat, 15 Jan 2022 01:36:19 +0100 Subject: [PATCH] temporary fix --- static/sw.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/sw.js b/static/sw.js index 792172228..e5496eeba 100644 --- a/static/sw.js +++ b/static/sw.js @@ -13,6 +13,7 @@ self.addEventListener("fetch", async (event) => { const host = new URL(event.request.url).host; if ( [ + "monkeytype.com", "localhost:5000", "localhost:5005", "api.monkeytype.com",