fix(aio): fix ServiceWorker routing
This commit is contained in:
parent
72e32b1f17
commit
a9027a2570
@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user