timhaley94/holdem

View on GitHub
netlify.toml

Summary

Maintainability
Test Coverage
[build]
  base = "client/"
  publish = "build/"
  command = "npm run build"

# The following redirect is intended for use with most SPAs that handle
# routing internally.
[[redirects]]
  from = "/*"
  to = "/index.html"
  status = 200