diff options
Diffstat (limited to 'client/src/ngsw-config.json')
-rw-r--r-- | client/src/ngsw-config.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/client/src/ngsw-config.json b/client/src/ngsw-config.json index b5d11e59a..d68db79d0 100644 --- a/client/src/ngsw-config.json +++ b/client/src/ngsw-config.json | |||
@@ -7,10 +7,9 @@ | |||
7 | "resources": { | 7 | "resources": { |
8 | "files": [ | 8 | "files": [ |
9 | "/index.html", | 9 | "/index.html", |
10 | "/client/assets/images/favicon.png", | 10 | "/client/assets/images/icons/favicon.png", |
11 | "/client/*.bundle.css", | 11 | "/client/*.css", |
12 | "/client/*.bundle.js", | 12 | "/client/*.js", |
13 | "/client/*.chunk.js", | ||
14 | "/manifest.webmanifest" | 13 | "/manifest.webmanifest" |
15 | ] | 14 | ] |
16 | } | 15 | } |