From 617a4b42aa957b62dee64e2f71714ee411376809 Mon Sep 17 00:00:00 2001 From: Zak Timson Date: Sat, 14 Jul 2018 15:03:28 -0400 Subject: [PATCH] Changed caching methods --- ngsw-config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ngsw-config.json b/ngsw-config.json index 7047fe8..d13c2db 100644 --- a/ngsw-config.json +++ b/ngsw-config.json @@ -22,7 +22,6 @@ "updateMode": "prefetch", "resources": { "urls": [ - "https://firebasestorage.googleapis.com/v0/b/fhsons-7e90b.appspot.com/o/**?alt=media*", "https://use.fontawesome.com/releases/v5.1.0/css/all.css", "https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css", "https://fonts.googleapis.com/**" @@ -35,8 +34,8 @@ "name": "firestore", "urls": ["https://firestore.googleapis.com/**"], "cacheConfig": { - "timeout": "1000", - "strategy": "freshness" + "maxAge": "1d", + "strategy": "performance" } } ]