Skip to content

Commit dcfceaa

Browse files
committed
actually dont immediately cache anything
1 parent c17c124 commit dcfceaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/game_worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const MAX_AGE_DAYS = 7; // Revalidate files older than 7 days
55

66
// Assets to cache immediately on service worker installation
77
const PRECACHE_ASSETS = [
8-
'./index.html'
8+
99
];
1010

1111
// Helper function to get the cache metadata store

0 commit comments

Comments
 (0)