We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a9e5f commit 6b15ce7Copy full SHA for 6b15ce7
website/docs/public/netlify.toml
@@ -2,3 +2,10 @@
2
from = "/*"
3
to = "/404.html"
4
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