Skip to content

Commit

Permalink
Update sw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ccouzens authored May 2, 2024
1 parent a97b75e commit fc98c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
self.addEventListener("fetch", (event) => {
const url = new URL(event.request.url);
console.log("fetch requested", url);
console.log("fetch requested", url.href);
event.respondWith(fetch(url));
});

0 comments on commit fc98c31

Please sign in to comment.