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 9edb2de commit 4469cd2Copy full SHA for 4469cd2
1 file changed
website/public/sw.js
@@ -1,9 +1,10 @@
1
-const CACHE_NAME = 'trinity-v1';
+const CACHE_NAME = 'trinity-v2';
2
+const BASE_PATH = '/trinity';
3
const STATIC_ASSETS = [
- '/',
4
- '/index.html',
5
- '/vite.svg',
6
- '/manifest.json'
+ BASE_PATH + '/',
+ BASE_PATH + '/index.html',
+ BASE_PATH + '/vite.svg',
7
+ BASE_PATH + '/manifest.json'
8
];
9
10
// Install - cache static assets
0 commit comments