diff --git a/static/demos/light-dark-superior_v1/sw.js b/static/demos/light-dark-superior_v1/sw.js index 4685f00..a49a59d 100644 --- a/static/demos/light-dark-superior_v1/sw.js +++ b/static/demos/light-dark-superior_v1/sw.js @@ -20,6 +20,7 @@ async function fetchResponse(event) { // this is a brittle way of accomplishing our desired behavior body.replace(``, ``); + console.log(body); return new Response(body, resp); }