modified: js/pwabuilder-sw.js

This commit is contained in:
DarkShyMW
2023-03-13 01:21:32 +03:00
parent bb64533a45
commit 07c6b21631

View File

@@ -1,6 +1,6 @@
// This is the "Offline copy of pages" service worker
const CACHE = "darkshy-offline";
const CACHE = "new_darkshy_cache";
importScripts('https://storage.googleapis.com/workbox-cdn/releases/5.1.2/workbox-sw.js');