Skip to content

Commit c8b1513

Browse files
authored
fix(web-ui): fix typo in service worker (#877)
1 parent ff58fa4 commit c8b1513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web-ui/src/serviceWorker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ workbox.setConfig({
1414
// Images
1515
workbox.routing.registerRoute(
1616
new RegExp("s3."),
17-
workbox.strategies.cacheFirst({
17+
new workbox.strategies.CacheFirst({
1818
cacheName: "images-cache",
1919
plugins: [
2020
new workbox.expiration.ExpirationPlugin({

0 commit comments

Comments
 (0)