Skip to content

Commit

Permalink
Update sw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
crotel authored Sep 15, 2020
1 parent 21bfc43 commit b0a225e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ this.addEventListener('install', function (event) {
event.waitUntil(
caches.open(CACHE_VERSION).then(function (cache) {
return cache.addAll([
'font/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDISmb2RlV9Su1cai.woff',
'favicon.ico',
'style.min.css',
'font.min.css',
Expand Down

0 comments on commit b0a225e

Please sign in to comment.