ContainerImage.Pinniped/site/redirects/get.pinniped.dev/netlify.toml
Matt Moyer b6e98b5783
Update the get.pinniped.dev redirect to always point at the latest version.
I messed this up before because the ordering of the path components is a bit different than in the specific version case.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
2021-02-04 17:48:41 -06:00

13 lines
282 B
TOML

[[redirects]]
from = "/latest/*"
to = "https://github.com/vmware-tanzu/pinniped/releases/latest/download/:splat"
status = 302
force = true
[[redirects]]
from = "/*"
to = "https://github.com/vmware-tanzu/pinniped/releases/download/:splat"
status = 302
force = true