Skip to content

Commit

Permalink
Adding jall to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Fazendaaa committed Jul 12, 2020
1 parent f275ce5 commit 74c0d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/js/serviceWorker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
self.addEventListener('install', installEvent => {
installEvent.waitUntil(
caches.open(websiteVersion).then(cache => {
cache.addAll([ '/' ]);
cache.addAll([ '/*' ]);
})
)
})
Expand Down

0 comments on commit 74c0d3b

Please sign in to comment.