feat: update PWA icon, bump SW cache version
This commit is contained in:
parent
7ad2c300af
commit
0f76f24b15
BIN
logo.png
BIN
logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 3.7 MiB |
2
sw.js
2
sw.js
|
|
@ -1,4 +1,4 @@
|
||||||
const CACHE_NAME = 'posimai-tech-events-v4';
|
const CACHE_NAME = 'posimai-tech-events-v5';
|
||||||
const STATIC_ASSETS = ['/', '/index.html', '/manifest.json', '/logo.png'];
|
const STATIC_ASSETS = ['/', '/index.html', '/manifest.json', '/logo.png'];
|
||||||
|
|
||||||
self.addEventListener('install', event => {
|
self.addEventListener('install', event => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue