wasp/waspc/data/Generator/templates/react-app/netlify.toml

8 lines
109 B
TOML
Raw Normal View History

[build]
publish = "build/"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
force = false