diff --git a/static/sw.js b/static/sw.js index 1340e58..1fd56c6 100644 --- a/static/sw.js +++ b/static/sw.js @@ -63,10 +63,10 @@ self.addEventListener("install", (event) => { "/", "/global.css", "/prism-material-dark.css", - "/placeholder.svg", + // "/placeholder.svg", "/grainy-gradient.png", - "/fonts/work-sans-v18-latin-700.woff2", - "/fonts/work-sans-v18-latin-regular.woff2", + // "/fonts/work-sans-v18-latin-700.woff2", + // "/fonts/work-sans-v18-latin-regular.woff2", ]), ); });