build(aio): extra redirect rule

This commit is contained in:
Jesus Rodriguez 2017-06-13 14:51:41 +02:00 committed by Pete Bacon Darwin
parent 06a0cf2e31
commit ba0f6decc3

View File

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