Optimized offline loading performance

This commit is contained in:
2024-11-10 14:29:36 +01:00
parent 648a235b5b
commit 8f4ef928a0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "./node_modules/@angular/service-worker/config/schema.json", "$schema": "./node_modules/@angular/service-worker/config/schema.json",
"index": "/index.html", "index": "/index.html",
"navigationRequestStrategy": "freshness", "navigationRequestStrategy": "performance",
"assetGroups": [ "assetGroups": [
{ {
"name": "app", "name": "app",

View File

@@ -1,6 +1,6 @@
{ {
"name": "WorkTime", "name": "WorkTime",
"version": "0.3.5", "version": "0.3.6",
"author": "Ionic Framework", "author": "Ionic Framework",
"homepage": "https://ionicframework.com/", "homepage": "https://ionicframework.com/",
"scripts": { "scripts": {