Skip to content

Commit

Permalink
Update sw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ccouzens authored Apr 23, 2024
1 parent 5e426fc commit ede4e0e
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,4 +1,4 @@
addEventListener("fetch", (event) => {
self.addEventListener("fetch", (event) => {
const url = new URL(event.request.url);
console.log("fetch requested", url);
event.respondWith(fetch(url));
Expand Down

0 comments on commit ede4e0e

Please sign in to comment.