Skip to content

Commit

Permalink
Update sw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjithin authored Oct 28, 2021
1 parent cb0193b commit c60a483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const filesToCache = [
'/images/social/codepen.svg',
];

const cacheID = 'root-prod-51';
const cacheID = 'root-prod-52';

self.addEventListener('install', event => {
console.log('Attempting to install service worker and cache static assets');
Expand Down

0 comments on commit c60a483

Please sign in to comment.