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 9be0d08 commit 112cefbCopy full SHA for 112cefb
sw.js
@@ -1,7 +1,6 @@
1
/*
2
global
3
4
- offlineFallbackPage
5
*/
6
7
// This is the "Offline page" service worker
@@ -11,6 +10,7 @@ const precacheFiles = [
11
10
/* Add an array of files to precache for your app */
12
"./index.html"
13
];
+const offlineFallbackPage = "./index.html";
14
15
self.addEventListener("install", function (event) {
16
// eslint-disable-next-line no-console
0 commit comments