build(aio): extra redirect rule
This commit is contained in:
parent
06a0cf2e31
commit
ba0f6decc3
@ -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*"}
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user