From fe37fcc1113bdfe0f7c62752159333cdb2398f74 Mon Sep 17 00:00:00 2001
From: Ty Dunn <ty@tydunn.com>
Date: Thu, 29 Jun 2023 11:51:24 -0700
Subject: add back redirects

---
 netlify.toml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/netlify.toml b/netlify.toml
index 569b454b..1bd52aee 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,4 +1,12 @@
 [[redirects]]
 from = "/docs/*"
 to = "/:splat"
-status = 200
\ No newline at end of file
+status = 200
+
+[[redirects]]
+from = "/"
+to = "/docs/intro"
+
+[[redirects]]
+from = "/docs"
+to = "/docs/intro"
\ No newline at end of file
-- 
cgit v1.2.3-70-g09d2