Files
velero/netlify.toml
Nolan Brubaker f42c63af1b Address insensitive language (#2677)
* Change master to main in most uses

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
2020-07-17 14:59:51 -07:00

11 lines
245 B
TOML

[build]
base = "site/"
command = "jekyll build"
publish = "site/_site"
# Using the * -> :splat rule should redirect anything under master to the matching file under main
[[redirects]]
from = "/docs/master/*"
to = "/docs/main/:splat"