diff --git a/aio/ngsw-manifest.json b/aio/ngsw-manifest.json index 6e15884792..755ef5197c 100644 --- a/aio/ngsw-manifest.json +++ b/aio/ngsw-manifest.json @@ -1,8 +1,8 @@ { "static.ignore": [ "\\.js\\.map$", - "^\/assets\/images\/(bios|cookbooks|devguide|examples)\/", - "^\/content\/docs\/.*\/" + "^/assets/images/.*/unused/", + "^/content/(?:docs/(?!api/api-list\\.json).*|images|live-examples|zips)/" ], "routing": { "index": "/index.html",