]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/ngsw-config.json
Fix button height
[github/Chocobozzz/PeerTube.git] / client / src / ngsw-config.json
index 25f0996545963c76005b74b39f75705b2224b7f2..af7554c005841b6c27667e004f69485e19373154 100644 (file)
@@ -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"
         ]
       }
     },