ContainerImage.Pinniped/site/redirects/get.pinniped.dev/netlify.toml
Matt Moyer 02815cfb26
Revert "Use GitHub's "latest" handling so this doesn't get out of sync."
This reverts commit 46ad41e813.

This turns out not to work, so we have to use a hardcoded version here.
2021-01-28 10:28:46 -06:00

13 lines
282 B
TOML

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