X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fngsw-config.json;h=af7554c005841b6c27667e004f69485e19373154;hb=ba5d4a849c7d7ba05f093480ae12286c4af61556;hp=25f0996545963c76005b74b39f75705b2224b7f2;hpb=a20776fcbbe488475238228716cad370056ad5bd;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/ngsw-config.json b/client/src/ngsw-config.json index 25f099654..af7554c00 100644 --- a/client/src/ngsw-config.json +++ b/client/src/ngsw-config.json @@ -1,4 +1,5 @@ { + "$schema": "../node_modules/@angular/service-worker/config/schema.json", "index": "/index.html", "assetGroups": [ { @@ -7,10 +8,10 @@ "resources": { "files": [ "/index.html", - "/client/assets/images/favicon.png", - "/client/*.bundle.css", - "/client/*.bundle.js", - "/client/*.chunk.js" + "/client/assets/images/icons/favicon.png", + "/client/*.css", + "/client/*.js", + "/manifest.webmanifest" ] } },