From 40bcefd13c11d61270c6127a97a2df954f73b744 Mon Sep 17 00:00:00 2001 From: Bekah Hawrot Weigel Date: Wed, 29 May 2024 15:52:25 -0400 Subject: [PATCH] Add redirect --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/netlify.toml b/netlify.toml index 67407c7b..5a3fc1e4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,3 +2,8 @@ base = "/" publish = "build" # Make sure this points to the correct output directory command = "npm run build" # The command to build your site + +[[redirects]] + from = "/*" + to = "https://opensauced.pizza/docs/:splat" + status = 301