Skip to content

Commit 1960fea

Browse files
committed
Make Netlify automatically load /docs path when clicked on from GitHub
1 parent 70f305f commit 1960fea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netlify.toml

+4
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@ status = 200
6464
from = "/docs/*"
6565
to = "/docs/sections/"
6666
status = 200
67+
68+
[[redirects]]
69+
from = "/*"
70+
to = "/docs/"

0 commit comments

Comments
 (0)