From 01c39342bb099f27fe9aefe2e02f8ab45d8841e4 Mon Sep 17 00:00:00 2001 From: SpeedSlicer <143555953+SpeedSlicer@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:00:49 -0400 Subject: [PATCH] Update sw.ts Signed-off-by: SpeedSlicer <143555953+SpeedSlicer@users.noreply.github.com> --- src/sw.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) => { ); } }); +*/