Files
hoppscotch/netlify.toml
Liyas Thomas 26eb99d4a7 Redirect
2020-08-24 04:52:57 +05:30

10 lines
172 B
TOML

[build]
command = "npm run generate"
functions = "netlify/"
[[redirects]]
from = "https://postwoman.io"
to = "https://hoppscotch.io"
status = 301
force = true