aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/ngsw-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/ngsw-config.json')
-rw-r--r--client/src/ngsw-config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/ngsw-config.json b/client/src/ngsw-config.json
index 25f099654..b5d11e59a 100644
--- a/client/src/ngsw-config.json
+++ b/client/src/ngsw-config.json
@@ -10,7 +10,8 @@
10 "/client/assets/images/favicon.png", 10 "/client/assets/images/favicon.png",
11 "/client/*.bundle.css", 11 "/client/*.bundle.css",
12 "/client/*.bundle.js", 12 "/client/*.bundle.js",
13 "/client/*.chunk.js" 13 "/client/*.chunk.js",
14 "/manifest.webmanifest"
14 ] 15 ]
15 } 16 }
16 }, 17 },