Skip to content

Commit 9a563ac

Browse files
committed
Update sw.js path
1 parent 0a22bdb commit 9a563ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<script>
8686
if ("serviceWorker" in navigator) {
8787
window.addEventListener("load", () => {
88-
navigator.serviceWorker.register("/sw.out.js");
88+
navigator.serviceWorker.register("./sw.out.js");
8989
});
9090
}
9191
</script>

0 commit comments

Comments
 (0)