Files
softclick-landing/netlify.toml
2026-04-02 23:35:06 +03:00

11 lines
162 B
TOML

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