Files
localesp/netlify.toml
T
2026-05-20 13:55:15 +02:00

10 lines
204 B
TOML

[build]
command = "npm run build"
publish = "dist"
# SPA: todas las rutas van al index.html (React gestiona /admin y /movil)
[[redirects]]
from = "/*"
to = "/index.html"
status = 200