Skip to content

Commit

Permalink
🎨 update sw
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Graf committed Feb 14, 2024
1 parent aa4ec2b commit 5756eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/sw.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict';

const version = '20240215';
const version = '2-20240215';
const staticCacheName = version + 'static';
const pagesCacheName = 'pages';
const pagesCacheName = version + 'pages';
const imagesCacheName = 'images';
const maxPages = 50; // Maximum number of pages to cache
const maxImages = 100; // Maximum number of images to cache
Expand Down

0 comments on commit 5756eb0

Please sign in to comment.