From 26cc05ed74c6c85360e59bb6b68fd180e5042f8f Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:42:27 -0700 Subject: [PATCH] . --- src/sw.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sw.ts b/src/sw.ts index 31ead14..6e99ef1 100644 --- a/src/sw.ts +++ b/src/sw.ts @@ -2,7 +2,7 @@ const CACHE_VERSION = '1.6'; const OFFLINE_URL = '/offline/'; const CACHE_ASSETS = [ - offlineUrl, + OFFLINE_URL, '/resources/images/icons/favicon.webp', '/resources/scripts/google-tag.js', '/resources/scripts/main.js',