sailfish/netlify.toml
2020-06-09 21:19:59 +09:00

7 lines
116 B
TOML

[build]
command = "python3 scripts/build-docs.py"
publish = "site"
[[redirects]]
from = "/*"
to = "/en/:splat"