Update service-worker.js
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
const CURRENT_VERSION = 'v28';
|
const CURRENT_VERSION = 'v28';
|
||||||
const CACHE_NAME = `cache-${CURRENT_VERSION}`;
|
const CACHE_NAME = `cache-${CURRENT_VERSION}`;
|
||||||
|
|
||||||
const urlsToCache = [
|
const urlsToCache = [
|
||||||
'/',
|
'/',
|
||||||
'/index.html',
|
'/index.html',
|
||||||
|
|||||||
Reference in New Issue
Block a user