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