diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-18 11:16:37 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-18 11:16:37 +0100 |
commit | 1d22d2514f7be14d51ed2ab78e13df5da2646546 (patch) | |
tree | 87ee5fde348f9b648efeff82461867ee2d1c0fb2 /client/src/ngsw-config.json | |
parent | 83befebe52139f7533669b2e9b99ca1f807eb7ce (diff) | |
download | PeerTube-1d22d2514f7be14d51ed2ab78e13df5da2646546.tar.gz PeerTube-1d22d2514f7be14d51ed2ab78e13df5da2646546.tar.zst PeerTube-1d22d2514f7be14d51ed2ab78e13df5da2646546.zip |
Fix service worker
Diffstat (limited to 'client/src/ngsw-config.json')
-rw-r--r-- | client/src/ngsw-config.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/ngsw-config.json b/client/src/ngsw-config.json index d68db79d0..af7554c00 100644 --- a/client/src/ngsw-config.json +++ b/client/src/ngsw-config.json | |||
@@ -1,4 +1,5 @@ | |||
1 | { | 1 | { |
2 | "$schema": "../node_modules/@angular/service-worker/config/schema.json", | ||
2 | "index": "/index.html", | 3 | "index": "/index.html", |
3 | "assetGroups": [ | 4 | "assetGroups": [ |
4 | { | 5 | { |