Skip to content

Commit

Permalink
Update sw.js path
Browse files Browse the repository at this point in the history
  • Loading branch information
yuna0x0 committed Feb 23, 2020
1 parent 0a22bdb commit 9a563ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<script>
if ("serviceWorker" in navigator) {
window.addEventListener("load", () => {
navigator.serviceWorker.register("/sw.out.js");
navigator.serviceWorker.register("./sw.out.js");
});
}
</script>
Expand Down

0 comments on commit 9a563ac

Please sign in to comment.