Skip to content

Commit

Permalink
add arasaac symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed Nov 2, 2019
1 parent d5122d1 commit 0cac0c3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions sw-precache-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,24 @@ module.exports = {
name: 'symbols-mulberry'
}
}
},
{
urlPattern: /\/symbols\/arasaac/,
handler: 'cacheFirst',
options: {
cache: {
name: 'symbols-arasaac'
}
}
},
{
urlPattern: /\/symbols\/cboard/,
handler: 'cacheFirst',
options: {
cache: {
name: 'symbols-cboard'
}
}
}
],
dontCacheBustUrlsMatching: /\.\w{8}\./,
Expand Down

0 comments on commit 0cac0c3

Please sign in to comment.