netlify.toml 89 B

12345678
  1. [build]
  2. publish = "build"
  3. [[redirects]]
  4. from = "/*"
  5. to = "/index.html"
  6. status = 200