netlify.toml 520 B

123456789101112131415161718192021222324252627
  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