Skip to content

Commit bcceabc

Browse files
authored
Add redirect from root to external documentation
1 parent cf98612 commit bcceabc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
command = "yarn build"
55
ignore = "node ignore_build.mjs"
66

7+
[[redirects]]
8+
from = "/"
9+
to = "https://docs.rwsdk.com"
10+
status = 301
11+
712
[[redirects]]
813
from = "/docs"
914
to = "/docs/introduction"

0 commit comments

Comments
 (0)