summaryrefslogtreecommitdiff
path: root/netlify.toml
diff options
context:
space:
mode:
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml9
1 files changed, 3 insertions, 6 deletions
diff --git a/netlify.toml b/netlify.toml
index bcc69434..569b454b 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,7 +1,4 @@
[[redirects]]
-from = "/"
-to = "/docs/intro"
-
-[[redirects]]
-from = "/docs"
-to = "/docs/intro" \ No newline at end of file
+from = "/docs/*"
+to = "/:splat"
+status = 200 \ No newline at end of file