Skip to content

Commit

Permalink
Update sw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
webraa authored Dec 30, 2023
1 parent 9b246a2 commit f6b3a77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/sw.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
var cacheName = 'webapp_template-pwa';
var cacheName = 'domik-pwa';
var filesToCache = [
'./',
'./index.html',
'./webapp_template.js',
'./webapp_template_bg.wasm',
'./domik.js',
'./domik_bg.wasm',
];

/* Start the service worker and cache all of the app's content */
Expand Down

0 comments on commit f6b3a77

Please sign in to comment.