From 8a984a11f7f9d523c91fef027f0395dc2c1dfeac Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 31 Jul 2025 11:16:47 -0400 Subject: [PATCH] remove cache from sw --- public/sw.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/sw.js b/public/sw.js index ad7c17d..3d67e8a 100644 --- a/public/sw.js +++ b/public/sw.js @@ -5,8 +5,6 @@ const CACHE_NAME = 'timetracker-v2'; const urlsToCache = [ '/', '/index.html', - 'https://cdn.tailwindcss.com', - 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap' ]; // 1. Installation: Open the cache and add the app shell files.