From cdd804eafd2b0657aa8fab79c8144bd97d728a94 Mon Sep 17 00:00:00 2001 From: corgo Date: Sun, 4 Jun 2023 06:17:22 +0000 Subject: [PATCH] cache / in addition to /index.html --- sw.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sw.js b/sw.js index 69655a3..8b13675 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,7 @@ async function initCache() { const cache = await caches.open('v1') await cache.addAll([ + '/', '/app.js', '/components/file-group-page.js', '/components/header.js',