From 43169bdaacfc470229065196623b628183f58ec5 Mon Sep 17 00:00:00 2001 From: bat Date: Thu, 2 Mar 2023 08:37:12 +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 8dfff44..3a24a32 100644 --- a/sw.js +++ b/sw.js @@ -4,7 +4,7 @@ async function initCache() { '/', '/index.html', '/app.js', - '/components/project.js' + '/components/project.js', ]) }