From ced8fc96e81035f7d0b561f123d72d2025e02acd Mon Sep 17 00:00:00 2001 From: Ty Dunn 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