netlify.toml 384 B

123456789101112131415161718192021
  1. [build]
  2. command = "npm run generate"
  3. functions = "netlify/"
  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 = "/externship_telegram"
  16. to = "https://t.me/hoppscotch_externship"
  17. status = 301
  18. force = true