diff --git a/index.html b/index.html
index 1bd7874..25f05a9 100644
--- a/index.html
+++ b/index.html
@@ -444,7 +444,7 @@
// Service Worker Registration
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
- navigator.serviceWorker.register('/service-worker.js').then((registration) => {
+ navigator.serviceWorker.register('instinct/service-worker.js').then((registration) => {
console.log('Service Worker registered with scope:', registration.scope);
}, (err) => {
console.log('Service Worker registration failed:', err);