angular-docs-cn/aio/tests
George Kalpakas 56a0582d79 fix(docs-infra): correctly serve `index.html` with a query string (#42547)
Previously, due to a bug in Firebase hosting, requests to
`/index.html?<query>` would lead to an infinite redirect and eventually
a failure. This affected, for example, cache-busting requests from the
ServiceWorker, which look like: `/index.html?ngsw-cache-bust=...`
For more details see
https://github.com/angular/angular/issues/42518#issuecomment-858545483

This commit temporarily works around the bug by explicitly redirecting
`/index.html?<query>` to `/?<query>`.

Fixes #42518

PR Close #42547
2021-06-14 09:57:30 -07:00
..
deployment fix(docs-infra): correctly serve `index.html` with a query string (#42547) 2021-06-14 09:57:30 -07:00
e2e feat(docs-infra): implement popup to inform about the use of cookies (#42259) 2021-06-14 09:54:08 -07:00