We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668b741 commit 22db7dcCopy full SHA for 22db7dc
app/public/worker.js
@@ -3,6 +3,7 @@
3
const CACHE_NAME = 'pwa-cache-v1';
4
const urlsToCache = [
5
'/',
6
+ '/index.html',
7
'/images/*',
8
'/static/js/*.js',
9
];
0 commit comments