From 5585ccda26130cb60c905c5a5aa4334161189c7f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Mon, 10 Jun 2019 15:39:21 +0200
Subject: [PATCH] Adjust ngsw config

---
 ngsw-config.json | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/ngsw-config.json b/ngsw-config.json
index ea3dde80d..72c13e02d 100644
--- a/ngsw-config.json
+++ b/ngsw-config.json
@@ -13,8 +13,10 @@
       }
     },
     {
-      "name": "source",
-      "urls": ["!/**/*api*"],
+      "name": "static",
+      "urls": [
+        "!/**/*api*"
+      ],
       "cacheConfig": {
         "strategy": "performance",
         "maxSize": 500,
-- 
GitLab