]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/ngsw-config.json
Translated using Weblate (Spanish)
[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 "/client/*.bundle.css",
12 "/client/*.bundle.js",
13 "/client/*.chunk.js",
14 "/manifest.webmanifest"
15 ]
16 }
17 },
18 {
19 "name": "assets",
20 "installMode": "lazy",
21 "updateMode": "prefetch",
22 "resources": {
23 "files": [
24 "/client/assets/**"
25 ]
26 }
27 }
28 ]
29 }