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",