Skip to content

Commit 3147187

Browse files
authored
Update service-worker.js
1 parent d1b5ff2 commit 3147187

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

service-worker.js

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
77
const 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

0 commit comments

Comments
 (0)