Skip to content

Commit 8d38db0

Browse files
authored
docs: disable domain redirection (#1030)
1 parent 425cd80 commit 8d38db0

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)