mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-01 03:51:36 +01:00
* Netlify * Fix * Faster doxygen * Update Makefile * Try without api * Debug * Fix * Update Makefile * Debug * Try 1.8.13 * Remove debug * Update Makefile * Optimize
13 lines
270 B
TOML
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"
|