From 0b53cc01ec10d1f0e46019586d07d48575624882 Mon Sep 17 00:00:00 2001 From: Matt Mayer <152770+matthewmayer@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:08:59 +0700 Subject: [PATCH] Add a redirect for student registration (#339) --- netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netlify.toml b/netlify.toml index 3f94cdb..5f61cc9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -25,3 +25,7 @@ [[redirects]] from = "/spin" to = "https://rubyconfth-luckydraw.netlify.app/" + +[[redirects]] + from = "/students" + to = "https://forms.gle/HHCqvi6UGHgFyqyH7"