Skip to content

Commit 960fc0f

Browse files
authored
docs: reopen domain redirection (#1041)
1 parent afa48ee commit 960fc0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

website/docs/public/netlify.toml

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

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

0 commit comments

Comments
 (0)