Update service-worker.js

This commit is contained in:
FURK4NGG
2024-09-30 23:20:09 +03:00
committed by GitHub
parent 697d48007b
commit dbc008e485
+2
View File
@@ -2,6 +2,8 @@ const CACHE_NAME = 'my-site-cache-v3'; // Versiyon numarası
const urlsToCache = [ const urlsToCache = [
'/', '/',
'/index.html', '/index.html',
'/home_en.html',
'/home_tr.html',
'/not_found_page.html', '/not_found_page.html',
'/service-worker.js', '/service-worker.js',
'/img/ai.webp', '/img/ai.webp',