21 lines
384 B
TOML
21 lines
384 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 |