netlify.toml 256 B

1234567891011121314151617
  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
  10. [[headers]]
  11. for = "/manifest.webmanifest"
  12. [headers.values]
  13. Content-Type = "application/manifest+json"