docs: 🐛 add proxy redirect
Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
parent
af7df8c421
commit
0e2372be94
@ -38,6 +38,11 @@ from = "/docs-access/*"
|
||||
to = "https://j20f3pfq11.execute-api.us-east-1.amazonaws.com/Prod/u/:splat"
|
||||
status = 200
|
||||
|
||||
[[redirects]]
|
||||
from = "/t"
|
||||
to = "https://api.amplitude.com"
|
||||
status = 200
|
||||
|
||||
[[redirects]]
|
||||
from = "/reference"
|
||||
to = "/reference/universe/alpine"
|
||||
|
Reference in New Issue
Block a user