chore: add prefetching goggle fonts

This commit is contained in:
Johannes Millan 2019-03-20 20:47:32 +01:00
parent 1771369b83
commit 01408fe0de

View file

@ -22,12 +22,17 @@
"/assets/**"
]
}
},
{
"name": "externalAssets",
"installMode": "lazy",
"updateMode": "prefetch",
"resources": {
"urls": [
"https://fonts.googleapis.com/**",
"https://fonts.gstatic.com/**"
]
}
}
],
"external": {
"urls": [
"https://fonts.googleapis.com/**",
"https://fonts.gstatic.com/**"
]
}
]
}