Skip to content

Commit 19306df

Browse files
authored
docs: update redirect rules order (#1028)
1 parent 6b15ce7 commit 19306df

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,11 +1,11 @@
1-
[[redirects]]
2-
from = "/*"
3-
to = "/404.html"
4-
status = 404
5-
61
# Redirect lib.rsbuild.dev to rslib.rs
72
[[redirects]]
83
from = "https://lib.rsbuild.dev/*"
94
to = "https://rslib.rs/:splat"
105
status = 301
116
force = true
7+
8+
[[redirects]]
9+
from = "/*"
10+
to = "/404.html"
11+
status = 404

0 commit comments

Comments
 (0)