Skip to content

Commit 24cc520

Browse files
committed
Change Bare Route
1 parent 923e04a commit 24cc520

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

static/contact/geography.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ self.__uv$config = {
66
handler: '/contact/algebra.js',
77
bundle: '/contact/mathematics.js',
88
config: '/contact/geography.js',
9-
sw: '/contact/english.js',
9+
sw: '/contact/english2.js',
1010
};

static/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
importScripts("/contact/mathematics.js");
22
importScripts("/contact/geography.js");
3-
importScripts("/contact/english.js");
3+
importScripts("/contact/english2.js");
44

55
const sw = new UVServiceWorker();
66
let userKey = new URL(location).searchParams.get('userkey');

0 commit comments

Comments
 (0)