X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fngsw-config.json;h=b5d11e59af94f5e6cf8ee5f001024b9bcf43f87f;hb=c9e3565dc8d0e5ce0dcbdb4fe8deb7a257d9e2a0;hp=47a116bb70c17ff0b599cec02fd33d13f803d1a3;hpb=7193ad1044d2dfad8f929f0951f9a3601c056f67;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/ngsw-config.json b/client/src/ngsw-config.json index 47a116bb7..b5d11e59a 100644 --- a/client/src/ngsw-config.json +++ b/client/src/ngsw-config.json @@ -7,12 +7,11 @@ "resources": { "files": [ "/index.html", - "/client/assets/images/favicon.png" - ], - "versionedFiles": [ + "/client/assets/images/favicon.png", "/client/*.bundle.css", "/client/*.bundle.js", - "/client/*.chunk.js" + "/client/*.chunk.js", + "/manifest.webmanifest" ] } },