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);