Skip to content

Commit

Permalink
fix: regex issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mazipan committed Aug 13, 2021
1 parent 9db5b10 commit 4c1adf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wb.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
],
runtimeCaching: [
{
urlPattern: /^https:\/\/res.cloudinary.com\//,
urlPattern: /^https:\/\/res\.cloudinary\.com\//,
handler: "CacheFirst",
options: {
cacheName: "wbw-images",
Expand Down

0 comments on commit 4c1adf5

Please sign in to comment.