Skip to content

Commit 6b15ce7

Browse files
authored
docs: redirect lib.rsbuild.dev to rslib.rs (#1027)
1 parent 49a9e5f commit 6b15ce7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/docs/public/netlify.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22
from = "/*"
33
to = "/404.html"
44
status = 404
5+
6+
# Redirect lib.rsbuild.dev to rslib.rs
7+
[[redirects]]
8+
from = "https://lib.rsbuild.dev/*"
9+
to = "https://rslib.rs/:splat"
10+
status = 301
11+
force = true

0 commit comments

Comments
 (0)