From 2de4b75b89f2c0282513c799b3469a09647323d2 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Tue, 1 Jun 2021 07:11:05 +0530 Subject: [PATCH] docs: add join beta form link --- netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/netlify.toml b/netlify.toml index f3b75e23f..2e548cdfd 100644 --- a/netlify.toml +++ b/netlify.toml @@ -19,3 +19,9 @@ to = "https://t.me/hoppscotch_externship" status = 301 force = true + +[[redirects]] + from = "/beta" + to = "https://forms.gle/XPYDMp8m6JHNWcYp9" + status = 301 + force = true