Revert "fix(aio): add missing leading slash on firebase redirect (#21761)"
This reverts commit 12f801e3dc140c6a974fa84595371db6d0af84cf.
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…
x
Reference in New Issue
Block a user