diff options
Diffstat (limited to 'public/service-worker.js')
-rw-r--r-- | public/service-worker.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/service-worker.js b/public/service-worker.js index df524a7..dadb6a4 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -5,7 +5,6 @@ const FILES_TO_CACHE = [ '/static/v51/css/light.min.css', '/static/v51/css/dark.min.css', '/static/v51/css/material-icons.css', - '/static/v51/css/local.css', '/static/v51/fonts/MaterialIcons-Regular.woff2', '/static/v51/fonts/MaterialIcons-Regular.woff', '/static/v51/fonts/MaterialIcons-Regular.ttf', |