From 4d2e7ef281dcd50e4c2843404b9450e113dc040a Mon Sep 17 00:00:00 2001 From: Jean-Pascal <jean-pascal.aubry@inrae.fr> Date: Tue, 12 Dec 2023 15:52:00 +0000 Subject: [PATCH] fix: test add navigationUrls in ngsw-config-template.json Refs #624 --- ngsw-config-template.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ngsw-config-template.json b/ngsw-config-template.json index 3b0a4fbca..06e16b5e4 100644 --- a/ngsw-config-template.json +++ b/ngsw-config-template.json @@ -28,5 +28,8 @@ ] } } + ], + "navigationUrls": [ + "!/cassiopee-releases/" ] } \ No newline at end of file -- GitLab