fix(aio): add missing leading slash on firebase redirect (#21761)

PR Close #21761
This commit is contained in:
Pete Bacon Darwin 2018-01-24 19:32:56 +00:00 committed by Miško Hevery
parent 925e654a29
commit 12f801e3dc
1 changed files with 1 additions and 1 deletions

View File

@ -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"},