diff --git a/ngsw-config.json b/ngsw-config.json index 9ebbe89..3cf2d7a 100644 --- a/ngsw-config.json +++ b/ngsw-config.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/@angular/service-worker/config/schema.json", "index": "/index.html", - "navigationRequestStrategy": "freshness", + "navigationRequestStrategy": "performance", "assetGroups": [ { "name": "app", diff --git a/package.json b/package.json index 392cfa1..32648a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WorkTime", - "version": "0.3.5", + "version": "0.3.6", "author": "Ionic Framework", "homepage": "https://ionicframework.com/", "scripts": {