fix(aio): do not route `eplnkr` URLs to / from ServiceWorker
This commit is contained in:
parent
3e33482386
commit
b7caa3e024
|
@ -17,9 +17,8 @@
|
|||
"routing": {
|
||||
"index": "/index.html",
|
||||
"routes": {
|
||||
"/": {
|
||||
"prefix": true,
|
||||
"onlyWithoutExtension": true
|
||||
"/(?!e?plnkr)[^/.]*$": {
|
||||
"match": "regex"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue