[]
= "demo"
= "rustup target add wasm32-unknown-unknown && (command -v trunk || cargo install trunk) && trunk build --release"
= "dist"
[]
= "stable"
# SPA redirect - serve index.html for all routes
[[]]
= "/*"
= "/index.html"
= 200
# WASM files - correct MIME type and caching
[[]]
= "/*.wasm"
[]
= "application/wasm"
= "public, max-age=31536000, immutable"
[[]]
= "/*.js"
[]
= "public, max-age=31536000, immutable"