diff --git a/sw.js b/sw.js index c1c1884..bbb6e49 100644 --- a/sw.js +++ b/sw.js @@ -3,7 +3,7 @@ async function initCache() { await cache.addAll([ '/', '/index.html', - '/app.js' + '/app.js', ]) }