From c6ecb638a01fb2e65b714ba1a872bb6548c17c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=A1ko=20Hevery?= Date: Wed, 24 Jan 2018 15:49:27 -0800 Subject: [PATCH] Revert "fix(aio): add missing leading slash on firebase redirect (#21761)" This reverts commit 12f801e3dc140c6a974fa84595371db6d0af84cf. --- aio/firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/firebase.json b/aio/firebase.json index 1f416d5319..070ca52f29 100644 --- a/aio/firebase.json +++ b/aio/firebase.json @@ -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"},