We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba21d2 commit 7ce633eCopy full SHA for 7ce633e
service-worker.js
@@ -1,5 +1,5 @@
1
const CACHE_NAME = "pwa-cache-v1";
2
-const urlsToCache = ["/", "/index.html", "/manifest.json", "/icon-192.png", "/icon-512.png"];
+const urlsToCache = ["/", "/index.html", "/manifest.json", "/icons/icon-192.png", "/icons/icon-512.png"];
3
4
self.addEventListener("install", (event) => {
5
event.waitUntil(
0 commit comments