From 62f25c29afdedba0ea866df57dc37a821b9c9248 Mon Sep 17 00:00:00 2001 From: bat Date: Thu, 16 Mar 2023 18:47:40 +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 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',