Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-kolmak committed Apr 19, 2024
1 parent e2c95e9 commit 52fdb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const theme = createTheme({

window.addEventListener('load', () => {
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('servise-worker.js')
navigator.serviceWorker.register('/servise-worker.js')
}
});

Expand Down

0 comments on commit 52fdb33

Please sign in to comment.