From b39ac2c35bc98345201f03089c89bc883d5dd384 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Thu, 2 Jan 2025 22:10:58 -0500 Subject: [PATCH] uuuuugh --- static/demos/light-dark-superior_v1/sw.js | 1 + 1 file changed, 1 insertion(+) 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); }