From 3a008e371f67bbe541615e8301ea5234ec1cba5d Mon Sep 17 00:00:00 2001 From: bat Date: Sat, 18 Mar 2023 21:26:45 +0000 Subject: [PATCH] Actualizar 'sw.js' --- sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw.js b/sw.js index 9cd3bbc..08c186f 100644 --- a/sw.js +++ b/sw.js @@ -1,7 +1,7 @@ async function initCache() { const cache = await caches.open('v1') await cache.addAll([ - '/', //7 + '/', //8 '/index.html', '/app.js', '/components/page.js',