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