We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff58fa4 commit c8b1513Copy full SHA for c8b1513
services/web-ui/src/serviceWorker.js
@@ -14,7 +14,7 @@ workbox.setConfig({
14
// Images
15
workbox.routing.registerRoute(
16
new RegExp("s3."),
17
- workbox.strategies.cacheFirst({
+ new workbox.strategies.CacheFirst({
18
cacheName: "images-cache",
19
plugins: [
20
new workbox.expiration.ExpirationPlugin({
0 commit comments