esphome-docs/netlify.toml

13 lines
270 B
TOML
Raw Normal View History

[build]
publish = "_build/html"
command = "make netlify"
environment = { BASE_URL = "https://esphome.io/" }
[context.beta]
environment = { BASE_URL = "https://beta.esphome.io/" }
# A basic redirect rule
[[redirects]]
from = "/esphomeyaml/*"
to = "/:splat"