summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netlify.toml10
1 files changed, 9 insertions, 1 deletions
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