X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fngsw-config.json;h=af7554c005841b6c27667e004f69485e19373154;hb=ec147facbbc9bbc359806c915f4e0c18442ea47b;hp=b5d11e59af94f5e6cf8ee5f001024b9bcf43f87f;hpb=a30a136c9896c656cab98d2c92cde32c534dc098;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/ngsw-config.json b/client/src/ngsw-config.json index b5d11e59a..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,9 @@ "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" ] }