]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/ngsw-config.json
Add service worker
[github/Chocobozzz/PeerTube.git] / client / src / ngsw-config.json
1 {
2 "index": "/index.html",
3 "assetGroups": [
4 {
5 "name": "app",
6 "installMode": "prefetch",
7 "resources": {
8 "files": [
9 "/index.html",
10 "/client/assets/images/favicon.png"
11 ],
12 "versionedFiles": [
13 "/client/*.bundle.css",
14 "/client/*.bundle.js",
15 "/client/*.chunk.js"
16 ]
17 }
18 },
19 {
20 "name": "assets",
21 "installMode": "lazy",
22 "updateMode": "prefetch",
23 "resources": {
24 "files": [
25 "/client/assets/**"
26 ]
27 }
28 }
29 ]
30 }