yewprint/netlify.toml

9 lines
138 B
TOML
Raw Normal View History

[build]
publish = "target/release/dist"
2022-06-27 13:25:23 +00:00
command = "cargo xtask dist --release"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200