File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
3
// update cache names any time any of the cached files change
4
- const CACHE_NAME = 'static-cache-v217 ' ;
4
+ const CACHE_NAME = 'static-cache-v244 ' ;
5
5
6
6
// list of files to cache
7
7
const FILES_TO_CACHE = [
@@ -30,11 +30,14 @@ const FILES_TO_CACHE = [
30
30
'/dark.css' ,
31
31
32
32
'/fonts/fonts.css' ,
33
- '/fonts/googlesansmono.woff2' ,
34
33
35
- 'https://rsms.me/inter/inter.css' ,
36
- 'https://rsms.me/inter/font-files/Inter-Regular.woff2?v=3.19' ,
37
- 'https://rsms.me/inter/font-files/Inter-roman.var.woff2?v=3.19' ,
34
+ '/fonts/Mono-Sans/MonoSans-Regular.woff2' ,
35
+ '/fonts/Mono-Sans/MonoSans-Bold.woff2' ,
36
+
37
+ '/fonts/Inter/Inter.var.woff2' ,
38
+ '/fonts/Inter/Inter-Regular.woff2' ,
39
+
40
+ '/fonts/Roboto-Mono/RobotoMono-Regular.woff2' ,
38
41
39
42
'https://plausible.io/js/plausible.js' ,
40
43
You can’t perform that action at this time.
0 commit comments