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

View File

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