netlify.toml 791 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [build]
  2. base = "packages/hoppscotch-app/"
  3. publish = "dist"
  4. command = "npm run generate"
  5. environment = { NODE_VERSION = "14" }
  6. [[redirects]]
  7. from = "/discord"
  8. to = "https://discord.gg/GAMWxmR"
  9. status = 301
  10. force = true
  11. [[redirects]]
  12. from = "/telegram"
  13. to = "https://t.me/hoppscotch"
  14. status = 301
  15. force = true
  16. [[redirects]]
  17. from = "/beta"
  18. to = "https://forms.gle/XPYDMp8m6JHNWcYp9"
  19. status = 301
  20. force = true
  21. [[redirects]]
  22. from = "/careers"
  23. to = "https://www.notion.so/hoppscotch/3b9d5d5239a043bfb91701faabf5b8f0"
  24. status = 301
  25. force = true
  26. [[redirects]]
  27. from = "/newsletter"
  28. to = "http://eepurl.com/hy0eWH"
  29. status = 301
  30. force = true
  31. [[redirects]]
  32. from = "/twitter"
  33. to = "https://twitter.com/hoppscotch_io"
  34. status = 301
  35. force = true