Refresh cache

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-09-23 15:28:10 +05:30
parent 0c523afd04
commit 93930ff83a
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const cacheName = 'cache-v2';
const cacheName = 'cache-v3';
const precacheResources = [
'/',
'/posts/',
@ -27,6 +27,7 @@ const precacheResources = [
'/posts/tools-for-effective-rust-development/index.html',
'/posts/understanding-and-resolving-selinux-denials-on-android/index.html',
'/posts/teaching-kotlin-kotlin-for-android-java-developers/index.html',
'/posts/teaching-kotlin-classes-and-objects/index.html',
];
self.addEventListener('install', event => {