]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/ngsw-config.json
Translated using Weblate (Spanish)
[github/Chocobozzz/PeerTube.git] / client / src / ngsw-config.json
index b5d11e59af94f5e6cf8ee5f001024b9bcf43f87f..af7554c005841b6c27667e004f69485e19373154 100644 (file)
@@ -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"
         ]
       }