Skip to content

Commit cd64dee

Browse files
committed
docs: reopen domain redirection
1 parent afa48ee commit cd64dee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/docs/public/netlify.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Redirect lib.rsbuild.rs to rslib.rs
2-
# [[redirects]]
3-
# from = "https://lib.rsbuild.rs/*"
4-
# to = "https://rslib.rs/:splat"
5-
# status = 301
6-
# force = true
2+
[[redirects]]
3+
from = "https://lib.rsbuild.rs/*"
4+
to = "https://rslib.rs/:splat"
5+
status = 301
6+
force = true
77

88
[[redirects]]
99
from = "/*"

0 commit comments

Comments
 (0)