esphome-docs/netlify.toml
Otto Winter 8d9b0d2375
Netlify (#153)
* Netlify

* Fix

* Faster doxygen

* Update Makefile

* Try without api

* Debug

* Fix

* Update Makefile

* Debug

* Try 1.8.13

* Remove debug

* Update Makefile

* Optimize
2019-02-07 13:54:45 +01:00

13 lines
270 B
TOML

[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"