netlify.toml 205 B

123456789101112
  1. [build]
  2. command = "node netlify-build.js"
  3. publish = "dist"
  4. [build.environment]
  5. NODE_VERSION = "18"
  6. NPM_FLAGS = "--production=false"
  7. [[redirects]]
  8. from = "/*"
  9. to = "/index.html"
  10. status = 200