netlify.toml 730 B

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