netlify.toml 162 B

1234567891011
  1. [build]
  2. command = "npm run build"
  3. publish = "dist"
  4. [build.environment]
  5. NODE_VERSION = "18"
  6. [[redirects]]
  7. from = "/*"
  8. to = "/index.html"
  9. status = 200