Revert "fix(aio): add missing leading slash on firebase redirect (#21761)"
This reverts commit 12f801e3dc
.
This commit is contained in:
parent
5f681f9745
commit
c6ecb638a0
|
@ -13,7 +13,7 @@
|
|||
//////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// A random bad indexed page that used `api/api`
|
||||
{"type": 301, "source": "/api/api/:rest*", "destination": "/api/:rest"},
|
||||
{"type": 301, "source": "/api/api/:rest*", "destination": "api/:rest"},
|
||||
|
||||
// Guide renames
|
||||
{"type": 301, "source": "/docs/*/latest/cli-quickstart.html", "destination": "/guide/quickstart"},
|
||||
|
|
Loading…
Reference in New Issue