From 26eb99d4a798fd33f79ee198a56195ad73d52d8c Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Mon, 24 Aug 2020 04:52:57 +0530 Subject: [PATCH] Redirect --- netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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