Update service-worker.js

This commit is contained in:
FURK4NGG
2024-09-09 16:35:00 +03:00
committed by GitHub
parent e127b9b8ed
commit b6b8042328
+2
View File
@@ -1,6 +1,8 @@
const CACHE_NAME = 'my-site-cache-v3'; const CACHE_NAME = 'my-site-cache-v3';
let urlsToCache = [ let urlsToCache = [
'/', '/',
'/index.html',
'/not_found_page.html',
'/not_found_page.html', '/not_found_page.html',
'/service-worker.js', '/service-worker.js',
'/img/ai.webp', '/img/ai.webp',