Files
hoppscotch/netlify.toml
2021-05-25 21:43:13 +05:30

22 lines
385 B
TOML

[build]
command = "npm run generate"
functions = "netlify/"
[[redirects]]
from = "/discord"
to = "https://discord.gg/GAMWxmR"
status = 301
force = true
[[redirects]]
from = "/telegram"
to = "https://t.me/hoppscotch"
status = 301
force = true
[[redirects]]
from = "/externship_telegram"
to = "https://t.me/hoppscotch_externship"
status = 301
force = true