diff --git a/ngsw-config-template.json b/ngsw-config-template.json index 7659ccaaf2b7f1ac1c77803300d27434bc50fc7b..3b0a4fbca27cc58a3290e7dacd228c8b194773c4 100644 --- a/ngsw-config-template.json +++ b/ngsw-config-template.json @@ -19,12 +19,12 @@ "/*.css", "/*.js", "/*.json", + "/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2|eot)", "/3rdpartylicenses.txt", - "/MaterialIcons-Regular.1e50f5c2ffa6aba4.eot", "/assets/**", "!/**/*.pdf", "!/**/*.php", - "/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2)" + "!/assets/docs/javascripts/matomo-tracking.js" ] } }