From ba0f6decc379105e1e3106ae45614c6ee4450eac Mon Sep 17 00:00:00 2001 From: Jesus Rodriguez Date: Tue, 13 Jun 2017 14:51:41 +0200 Subject: [PATCH] build(aio): extra redirect rule --- aio/firebase.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aio/firebase.json b/aio/firebase.json index 1ed4028ed0..ee6cb3f481 100644 --- a/aio/firebase.json +++ b/aio/firebase.json @@ -30,6 +30,9 @@ // docs/ts/latest/api/*/index/*-type.html {"type": 301, "source": "/docs/ts/latest/api/:package/index/:api-*.html", "destination": "/api/:package/:api"}, + // docs/ts/latest + {"type": 301, "source": "/docs/ts/latest", "destination": "/docs"}, + // guide/*, tutorial/*, **/* {"type": 301, "source": "/docs/ts/latest/:any*", "destination": "/:any*"} ],