From 0dd9881f6d0ebc9dbca584d9ecf99e6ade78304e Mon Sep 17 00:00:00 2001 From: adrien Date: Sat, 3 May 2025 02:25:55 +0200 Subject: [PATCH] correction OFFLINE_URL --- service-worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-worker.js b/service-worker.js index 3649d09..33d3d88 100644 --- a/service-worker.js +++ b/service-worker.js @@ -16,7 +16,7 @@ Copyright 2015, 2019, 2020 Google LLC. All Rights Reserved. const OFFLINE_VERSION = 1; const CACHE_NAME = "offline"; // Customize this with a different URL if needed. -const OFFLINE_URL = document.location.href; +const OFFLINE_URL = "index.php"; self.addEventListener("install", (event) => { event.waitUntil(