From 237867ffe8c8f07e4b455830ae2cd8d4d58f5dc9 Mon Sep 17 00:00:00 2001 From: bat Date: Fri, 17 Mar 2023 15:07:43 +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 47cf2f4..5a7404e 100644 --- a/sw.js +++ b/sw.js @@ -1,7 +1,7 @@ async function initCache() { const cache = await caches.open('v1') await cache.addAll([ - '/', //4 + '/', //5 '/index.html', '/app.js', '/components/page.js',