yewprint/netlify.toml
Yohan Boogaert b36ba41637
Fix routing issues (#144)
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
2022-07-14 23:41:38 +02:00

8 lines
138 B
TOML

[build]
publish = "target/release/dist"
command = "cargo xtask dist --release"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200