diff --git a/src/sw.ts b/src/sw.ts index aa87740..2700f31 100644 --- a/src/sw.ts +++ b/src/sw.ts @@ -1,5 +1,5 @@ // @ts-nocheck -const CACHE_VERSION = '1.6'; +/*const CACHE_VERSION = '1.6'; const OFFLINE_URL = '/offline/'; const CACHE_ASSETS = [ OFFLINE_URL, @@ -90,3 +90,4 @@ self.addEventListener('fetch', (event) => { ); } }); +*/