-
Notifications
You must be signed in to change notification settings - Fork 8
/
ngsw-config.json
33 lines (33 loc) · 929 Bytes
/
ngsw-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"configVersion": 1,
"index": "/index-sw.html",
"assetGroups": [
{
"name": "files",
"resources": {
"files": [
"/**/*.html",
"/**/*.js",
"/assets/**"
],
"urls": [
"https://fonts.googleapis.com/css?family=Montserrat|Roboto+Mono",
"https://fonts.gstatic.com/s/montserrat/v10/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2"
]
}
}
],
"dataGroups": [
{
"name": "firebase",
"urls": [
"https://firebasestorage.googleapis.com/v0/b/fluindotio-website-93127.appspot.com/**"
],
"cacheConfig": {
"maxSize": 100000000,
"maxAge": "3d",
"timeout": "1m"
}
}
]
}