netlify.toml 258 B

12345678910111213
  1. [[redirects]]
  2. from = "/*"
  3. to = "/index.html"
  4. status = 200
  5. [[plugins]]
  6. package = "@netlify/plugin-local-install-core"
  7. [[plugins]]
  8. package = "./netlify-plugins/contextual-env"
  9. [plugins.inputs]
  10. production_branch = "master"
  11. app_env_prefix = "REACT_APP_"