Update service-worker.js

This commit is contained in:
FURK4NGG
2024-09-09 16:48:52 +03:00
committed by GitHub
parent 1514c07ef7
commit 8c62fb0805
+1 -1
View File
@@ -1,7 +1,7 @@
const CACHE_NAME = 'my-site-cache-v7'; const CACHE_NAME = 'my-site-cache-v7';
let urlsToCache = [ let urlsToCache = [
'/', '/',
'/index.html', '/index.html?v=8',
'/not_found_page.html', '/not_found_page.html',
'/not_found_page.html', '/not_found_page.html',
'/service-worker.js', '/service-worker.js',