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 6b15ce7 commit d6adfd6Copy full SHA for d6adfd6
website/docs/public/netlify.toml
@@ -1,11 +1,11 @@
1
-[[redirects]]
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
+
+[[redirects]]
+from = "/*"
+to = "/404.html"
+status = 404
0 commit comments