Skip to content

Commit

Permalink
fix(service worker cache): update cache strategy for opaque responses
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcg committed Dec 22, 2021
1 parent 77c840b commit c0fbb45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default defineNuxtConfig({
runtimeCaching: [
{
urlPattern: 'https://satellite.mypinata.cloud/ipfs/*',
handler: 'cacheFirst',
handler: 'StaleWhileRevalidate',
method: 'GET',
strategyOptions: {
cacheName: 'ipfs',
Expand Down

0 comments on commit c0fbb45

Please sign in to comment.