diff --git a/src/main.js b/src/main.js index a7d9da83..1fec81a2 100644 --- a/src/main.js +++ b/src/main.js @@ -53,7 +53,7 @@ const persistedStateOptions = { (async () => { if ('serviceWorker' in navigator) { // declaring scope manually - navigator.serviceWorker.register('/sw.js', {scope: '/'}).then((registration) => { + navigator.serviceWorker.register('/sw-pleroma.js', {scope: '/'}).then((registration) => { console.log('Service worker registration succeeded:', registration); }, /*catch*/ (error) => { console.error(`Service worker registration failed: ${error}`);