Skip to content

Commit

Permalink
Set raceCacheNetwork as fallback policy
Browse files Browse the repository at this point in the history
  • Loading branch information
sansmoraxz committed Dec 23, 2022
1 parent f90ce7c commit 7af65c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/serviceWorker/policies.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ export const policies = [
// fallback
{
url: /.+/i,
handle: networkOnly
}
handle: raceCacheNetwork
},
];

0 comments on commit 7af65c8

Please sign in to comment.