sailfish/netlify.toml

8 lines
116 B
TOML
Raw Normal View History

2020-06-09 08:19:59 -04:00
[build]
command = "python3 scripts/build-docs.py"
publish = "site"
[[redirects]]
from = "/*"
to = "/en/:splat"