Skip to content

Commit 7ce633e

Browse files
authored
Add files via upload
1 parent cba21d2 commit 7ce633e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const CACHE_NAME = "pwa-cache-v1";
2-
const urlsToCache = ["/", "/index.html", "/manifest.json", "/icon-192.png", "/icon-512.png"];
2+
const urlsToCache = ["/", "/index.html", "/manifest.json", "/icons/icon-192.png", "/icons/icon-512.png"];
33

44
self.addEventListener("install", (event) => {
55
event.waitUntil(

0 commit comments

Comments
 (0)