diff --git a/sw.js b/sw.js index b5a73b3..94ef355 100644 --- a/sw.js +++ b/sw.js @@ -1,7 +1,7 @@ async function initCache() { const cache = await caches.open('v1') await cache.addAll([ - '/', //0 + '/', //1 '/index.html', '/app.js', '/components/page.js',