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/**" ] }