pwa issue

This commit is contained in:
venbatechnologies@gmail.com 2020-12-23 16:11:43 +05:30
parent edd195a66d
commit 6b849e9de3

View File

@ -35,10 +35,10 @@
{ {
"name": "my-api-30days", "name": "my-api-30days",
"urls": [ "urls": [
"/api/*" "/api/"
], ],
"cacheConfig": { "cacheConfig": {
"strategy": "performance", "strategy": "freshness",
"maxSize": 300, "maxSize": 300,
"maxAge": "30d" "maxAge": "30d"
} }