🔧 Update service worker configuration to change index file path from '/index.html' to '/'
continuous-integration/drone/push Build is passing Details

master
Alix JEUDI--LEMOINE 2 days ago
parent 6b56bdc42b
commit 9f3507ed49

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

Loading…
Cancel
Save