Skip to content

Commit

Permalink
fix(pwa): Update runtime caching regex
Browse files Browse the repository at this point in the history
  • Loading branch information
ReedD committed Aug 25, 2018
1 parent 60cbfe6 commit d2f6266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default {
runtimeCaching: [
{
handler: 'cacheFirst',
urlPattern: /routeInfo|^[^\.]+$/i,
urlPattern: /routeInfo|\/[^\.]*$/i,
},
],
});
Expand Down

0 comments on commit d2f6266

Please sign in to comment.