From 9f3507ed493b6c8597d573ad44efb7a914990c5c Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Fri, 6 Jun 2025 08:25:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20service=20worker=20conf?= =?UTF-8?q?iguration=20to=20change=20index=20file=20path=20from=20'/index.?= =?UTF-8?q?html'=20to=20'/'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ngsw-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngsw-config.json b/ngsw-config.json index 69edd28..46918c6 100644 --- a/ngsw-config.json +++ b/ngsw-config.json @@ -1,6 +1,6 @@ { "$schema": "./node_modules/@angular/service-worker/config/schema.json", - "index": "/index.html", + "index": "/", "assetGroups": [ { "name": "app",