chore: update netlify config

This commit is contained in:
Timothy DeHerrera
2026-01-31 19:19:49 -07:00
parent 893c2fee45
commit 6ab3e5a3bd

View File

@@ -1,7 +1,7 @@
# Netlify build configuration for nrd.sh
[build]
command = "cargo build --release && ./target/release/nrd-sh"
command = "cargo run -- -c docs/site.toml"
publish = "public"
[build.environment]