netlify.toml 152 B

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