diff options
author | kontrollanten <6680299+kontrollanten@users.noreply.github.com> | 2020-12-13 04:15:27 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-01-13 09:10:52 +0100 |
commit | dfdd158a75d91208a8444a8bad1663ca3bafe299 (patch) | |
tree | c53f392aebdb405a6e9cb9e13dd8560999a3e67c /client/src/ngsw-config.json | |
parent | 26171379d0196ac645923e72b12e1cf29089835b (diff) | |
download | PeerTube-dfdd158a75d91208a8444a8bad1663ca3bafe299.tar.gz PeerTube-dfdd158a75d91208a8444a8bad1663ca3bafe299.tar.zst PeerTube-dfdd158a75d91208a8444a8bad1663ca3bafe299.zip |
client: register service worker
closes #296
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 | } |