Aleksmorshen commited on
Commit
94efc7a
·
verified ·
1 Parent(s): 7c5a1c2

Update service-worker.js

Browse files
Files changed (1) hide show
  1. service-worker.js +2 -2
service-worker.js CHANGED
@@ -1,4 +1,4 @@
1
- const CACHE_NAME = 'teplostil-cache-v3';
2
  const URLS_TO_CACHE = [
3
  '/',
4
  '/index.html',
@@ -48,4 +48,4 @@ self.addEventListener('fetch', (event) => {
48
  })
49
  );
50
  }
51
- });
 
1
+ const CACHE_NAME = 'teplostil-cache-v3'; // Обновите версию при изменении файлов!
2
  const URLS_TO_CACHE = [
3
  '/',
4
  '/index.html',
 
48
  })
49
  );
50
  }
51
+ });