diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..12363de1 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,7 @@ +[build] + publish = "target/doc" + command = "rustup toolchain install nightly && cargo xtask docs" + +[[redirects]] + from = "/" + to = "/aya"