Files
Lieux-wow/netlify.toml
2021-02-25 19:37:43 +03:00

10 lines
147 B
TOML

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