diff --git a/sw.js b/sw.js index 9675154..9cc1ba3 100644 --- a/sw.js +++ b/sw.js @@ -5,7 +5,7 @@ async function initCache() { '/index.html', '/app.js', '/components/page.js', - '/components/layout.js', + '/components/layout.js' ]) }