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 923e04a commit 24cc520Copy full SHA for 24cc520
static/contact/english.js static/contact/english2.jsstatic/contact/english.js renamed to static/contact/english2.js
static/contact/geography.js
@@ -6,5 +6,5 @@ self.__uv$config = {
6
handler: '/contact/algebra.js',
7
bundle: '/contact/mathematics.js',
8
config: '/contact/geography.js',
9
- sw: '/contact/english.js',
+ sw: '/contact/english2.js',
10
};
static/sw.js
@@ -1,6 +1,6 @@
1
importScripts("/contact/mathematics.js");
2
importScripts("/contact/geography.js");
3
-importScripts("/contact/english.js");
+importScripts("/contact/english2.js");
4
5
const sw = new UVServiceWorker();
let userKey = new URL(location).searchParams.get('userkey');
0 commit comments