Skip to content

Commit

Permalink
Fix sw.js link
Browse files Browse the repository at this point in the history
  • Loading branch information
besser435 committed Oct 23, 2023
1 parent d533861 commit 1e367b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
console.log("Registering service worker...");
if ("serviceWorker" in navigator) {
navigator.serviceWorker
.register("sw.js")
.register("static/js/sw.js")
.then(function (registration) {
// Registration was successful
console.log(
Expand Down

0 comments on commit 1e367b0

Please sign in to comment.