From 169a8972413fc03243a51f97fae797658fab6df5 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 31 Jul 2025 10:58:55 -0400 Subject: [PATCH] redo sw,js location --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 4967670..150b894 100644 --- a/public/index.html +++ b/public/index.html @@ -253,7 +253,7 @@ // Add the registration code here, inside the same script if ('serviceWorker' in navigator) { window.addEventListener('load', () => { - navigator.serviceWorker.register('/public/sw.js') + navigator.serviceWorker.register('/sw.js') .then(registration => { console.log('✅ ServiceWorker registration successful with scope: ', registration.scope); })