diff --git a/netlify.toml b/netlify.toml index aa2472a4b..03e40fec9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,9 @@ [build] command = "npm run generate" functions = "netlify/" + +[[redirects]] + from = "https://postwoman.io" + to = "https://hoppscotch.io" + status = 301 + force = true