Update service-worker.js
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user