summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-22 14:39:01 +0300
committerAndrew Dolgov <[email protected]>2020-04-22 14:39:01 +0300
commit84621978320342bfd6412a2df7d3d7b0632de3ee (patch)
treef2cd2ff225139303935587df79c6d3919c2ff2b3 /worker.js
parent2e25e5a1ce62d7153c84bba89ffb0893054f2665 (diff)
remove cache-busting resources, just go cache-first
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker.js b/worker.js
index 9791d8d..cfa6687 100644
--- a/worker.js
+++ b/worker.js
@@ -5,7 +5,7 @@ const CACHE_NAME = CACHE_PREFIX + '-v2';
const CACHE_URLS = [
'manifest.json',
'worker.js',
- 'img/ic_launcher_web.png',
+ 'img/ic_launcher_web.png?v4',
'img/favicon.png',
'read.html',
'js/app.js',