From 6fc2019c9f093c118b428f3b297b6a15b6c5561c Mon Sep 17 00:00:00 2001 From: Daniel Ponte Date: Wed, 29 Jan 2025 20:16:01 -0500 Subject: [PATCH] exclude tgstats --- client/stillbox/ngsw-config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/stillbox/ngsw-config.json b/client/stillbox/ngsw-config.json index 69edd28..490840e 100644 --- a/client/stillbox/ngsw-config.json +++ b/client/stillbox/ngsw-config.json @@ -26,5 +26,14 @@ ] } } + ], + "navigationUrls": + [ + "/**", + "!/**/*.*", + "!/**/****", + "!/**/****/**", + "!/tgstats", + "!/tgstats/**" ] }