zeroclaw/web/netlify.toml
2026-03-07 17:37:46 -05:00

9 lines
120 B
TOML

[build]
command = "npm run build"
publish = "dist"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200