website/ngsw-config.json

27 lines
674 B
JSON
Raw Normal View History

2018-07-03 10:10:47 -04:00
{
"index": "/index.html",
"assetGroups": [
{
"name": "app",
"installMode": "prefetch",
"resources": {
"files": ["/index.html", "/*.css", "/*.js"]
}
},
{
"name": "assets",
"installMode": "lazy",
"updateMode": "prefetch",
"resources": {
2018-07-14 13:56:27 -04:00
"files": ["/assets/**"],
"urls": [
"https://firebasestorage.googleapis.com/v0/b/fhsons-7e90b.appspot.com/o/**",
"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/**"
]
2018-07-14 13:41:54 -04:00
}
2018-07-03 10:10:47 -04:00
}
]
}