14 lines
305 B
TOML
14 lines
305 B
TOML
# Netlify build configuration for sukr
|
|
|
|
[build]
|
|
command = "cargo run -- -c docs/site.toml"
|
|
publish = "docs/public"
|
|
|
|
[build.environment]
|
|
RUST_VERSION = "1.84"
|
|
|
|
# Redirect clean URLs (optional, for server-side routing)
|
|
# Not needed since we use .html extensions
|
|
|
|
# Headers are configured in static/_headers
|