angular-cn/aio/ngsw-manifest.json

17 lines
313 B
JSON
Raw Normal View History

{
"static.ignore": [
"\\.js\\.map$",
"^/assets/images/.*/unused/",
"^/content/(?:docs/(?!api/api-list\\.json).*|images|live-examples|zips)/"
],
"routing": {
"index": "/index.html",
"routes": {
"/": {
2017-04-25 10:52:02 -04:00
"prefix": true,
"onlyWithoutExtension": true
}
}
}
}