diff --git a/aio/ngsw-manifest.json b/aio/ngsw-manifest.json index 589dce2102..d79a123644 100644 --- a/aio/ngsw-manifest.json +++ b/aio/ngsw-manifest.json @@ -19,7 +19,7 @@ "routing": { "index": "/index.html", "routes": { - "/(?!e?plnkr)[^/.]*$": { + "^(?!/docs/ts/latest|/styleguide).*/(?!e?plnkr)[^/.]*$": { "match": "regex" } }