Skip to content

Commit

Permalink
fix(aio): fix ServiceWorker routing
Browse files Browse the repository at this point in the history
  • Loading branch information
gkalpak authored and petebacondarwin committed Apr 27, 2017
1 parent 72e32b1 commit a9027a2
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions aio/ngsw-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,8 @@
"index": "/index.html",
"routes": {
"/": {
"prefix": false
},
"/about": {
"prefix": true
},
"/tutorial": {
"prefix": true
},
"/guide": {
"prefix": true
"prefix": true,
"onlyWithoutExtension": true
}
}
}
Expand Down

0 comments on commit a9027a2

Please sign in to comment.