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 11'use strict' ;
22
33// 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 ' ;
55
66// list of files to cache
77const FILES_TO_CACHE = [
@@ -30,11 +30,14 @@ const FILES_TO_CACHE = [
3030 '/dark.css' ,
3131
3232 '/fonts/fonts.css' ,
33- '/fonts/googlesansmono.woff2' ,
3433
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' ,
3841
3942 'https://plausible.io/js/plausible.js' ,
4043
You can’t perform that action at this time.
0 commit comments