fix(aio): fix ServiceWorker routing

This commit is contained in:
Georgios Kalpakas 2017-04-25 17:52:02 +03:00 committed by Pete Bacon Darwin
parent 72e32b1f17
commit a9027a2570
1 changed files with 2 additions and 10 deletions

View File

@ -8,16 +8,8 @@
"index": "/index.html",
"routes": {
"/": {
"prefix": false
},
"/about": {
"prefix": true
},
"/tutorial": {
"prefix": true
},
"/guide": {
"prefix": true
"prefix": true,
"onlyWithoutExtension": true
}
}
}