From e397e3fb6ff719e0380d298b369819c8a3da0d66 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Fri, 27 Aug 2021 22:13:15 +0530 Subject: [PATCH] feat: add newsletter link --- netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/netlify.toml b/netlify.toml index 8b57eafa5..62dc8c958 100644 --- a/netlify.toml +++ b/netlify.toml @@ -25,3 +25,9 @@ to = "https://www.notion.so/hoppscotch/3b9d5d5239a043bfb91701faabf5b8f0" status = 301 force = true + +[[redirects]] + from = "/newsletter" + to = "http://eepurl.com/hy0eWH" + status = 301 + force = true