10 lines
204 B
TOML
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
|