From c66a2ab85f7d3ed1dbf45df164e39f15be22ad2f Mon Sep 17 00:00:00 2001 From: Jon Oliver Date: Tue, 21 May 2024 16:33:17 -0400 Subject: [PATCH] chore: add redirect for seesparkbox.com --- netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/netlify.toml b/netlify.toml index 5455b8e..0be5c3b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,9 @@ +[[redirects]] + from = "https://apprentices.seesparkbox.com/*" + to = "https://apprentices.sparkbox.com/:splat" + status = 301 + force = true + [[redirects]] from = "/apply-dev.html" to = "/"