diff --git a/sw.js b/sw.js index deaee23..c62e616 100644 --- a/sw.js +++ b/sw.js @@ -4,7 +4,7 @@ async function initCache() { '/', '/index.html', '/app.js', - '/components/project.js', + '/components/page.js', '/components/layout.js', ]) }