22 lines
385 B
TOML
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
|