diff --git a/scripts/ServiceWorker/ServiceWorker.ts b/scripts/ServiceWorker/ServiceWorker.ts index 0e58d7b2..8e3a2690 100644 --- a/scripts/ServiceWorker/ServiceWorker.ts +++ b/scripts/ServiceWorker/ServiceWorker.ts @@ -319,12 +319,10 @@ class MyServiceWorker { async installCache() { let urls = [ "/", - "/_/", "/scripts", "/styles", "/manifest.json", "https://media.notify.moe/images/elements/noise-strong.png", - "https://fonts.gstatic.com/s/ubuntu/v11/4iCs6KVjbNBYlgoKfw72.woff2" ] let promises = []