From d4446383c26581f44e8d544b7cec03a2036df8a3 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Thu, 10 Aug 2023 11:51:44 +0200 Subject: [PATCH] fix: some shit --- static/sw.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", ]), ); });