Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7e59aa7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
macgregger committed Jan 24, 2024
1 parent bdc8f17 commit 102e7b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ const urlsToCacheiOS = [
'/videos/intro.5.mp4',
'/videos/intro.7.mp4',
'/videos/intro.8.mp4',
'/audio/click.mp4',
'/audio/ring.mp4',
'/audio/bg.1.mp4',
];

const urlsToCacheAndroid = [
Expand Down Expand Up @@ -151,6 +154,9 @@ const urlsToCacheAndroid = [
'/videos/intro.5.mp4',
'/videos/intro.7.mp4',
'/videos/intro.8.mp4',
'/audio/click.mp4',
'/audio/ring.mp4',
'/audio/bg.1.mp4',
];

const self = this;
Expand Down

0 comments on commit 102e7b9

Please sign in to comment.