Changed caching methods

This commit is contained in:
Zakary Timson 2018-07-14 15:03:28 -04:00
parent 5ea7da4945
commit 617a4b42aa

View File

@ -22,7 +22,6 @@
"updateMode": "prefetch", "updateMode": "prefetch",
"resources": { "resources": {
"urls": [ "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://use.fontawesome.com/releases/v5.1.0/css/all.css",
"https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css", "https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css",
"https://fonts.googleapis.com/**" "https://fonts.googleapis.com/**"
@ -35,8 +34,8 @@
"name": "firestore", "name": "firestore",
"urls": ["https://firestore.googleapis.com/**"], "urls": ["https://firestore.googleapis.com/**"],
"cacheConfig": { "cacheConfig": {
"timeout": "1000", "maxAge": "1d",
"strategy": "freshness" "strategy": "performance"
} }
} }
] ]