Skip to content

Instantly share code, notes, and snippets.

@EduardoIbarra
Created February 3, 2018 21:07
Show Gist options
  • Save EduardoIbarra/6d48e30807b7a200e01045201fce5d74 to your computer and use it in GitHub Desktop.
Save EduardoIbarra/6d48e30807b7a200e01045201fce5d74 to your computer and use it in GitHub Desktop.
// ngsw-manifest.json
{
...
"routing": {
"index": "/index.html",
"routes": {
"/blog": {
"prefix": "true" // match '/blog*'
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment