diff --git a/service-worker.js b/service-worker.js index 2e214c9..a968521 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1,5 +1,6 @@ const CURRENT_VERSION = 'v28'; const CACHE_NAME = `cache-${CURRENT_VERSION}`; + const urlsToCache = [ '/', '/index.html',