diff --git a/sw.js b/sw.js index 3a24a32..8dfff44 100644 --- a/sw.js +++ b/sw.js @@ -4,7 +4,7 @@ async function initCache() { '/', '/index.html', '/app.js', - '/components/project.js', + '/components/project.js' ]) }