remove cache from sw

This commit is contained in:
chris 2025-07-31 11:16:47 -04:00
parent eb759c6b87
commit 8a984a11f7

View File

@ -5,8 +5,6 @@ const CACHE_NAME = 'timetracker-v2';
const urlsToCache = [ const urlsToCache = [
'/', '/',
'/index.html', '/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. // 1. Installation: Open the cache and add the app shell files.