From 6d0fae555a7d16487e2db7e79808a3890ac99123 Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Sat, 6 Jul 2024 21:56:07 +1000 Subject: [PATCH] x --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 25f05a9..858c8b8 100644 --- a/index.html +++ b/index.html @@ -444,7 +444,7 @@ // Service Worker Registration if ('serviceWorker' in navigator) { window.addEventListener('load', () => { - navigator.serviceWorker.register('instinct/service-worker.js').then((registration) => { + navigator.serviceWorker.register('service-worker.js').then((registration) => { console.log('Service Worker registered with scope:', registration.scope); }, (err) => { console.log('Service Worker registration failed:', err);