Skip to content

Commit 533c131

Browse files
authored
infra: remove redirect from current stable (#3091)
1 parent 200beb9 commit 533c131

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

netlify.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,10 @@
1515
fi
1616
'''
1717

18-
# Alias for the main page
19-
[[redirects]]
20-
from = "https://v9.fakerjs.dev"
21-
to = "https://fakerjs.dev"
22-
status = 302
23-
force = true
24-
2518
# Alias for the next page
2619
[[redirects]]
27-
from = "https://v10.fakerjs.dev"
28-
to = "https://next.fakerjs.dev"
20+
from = "https://v10.fakerjs.dev/*"
21+
to = "https://next.fakerjs.dev/:splat"
2922
status = 302
3023
force = true
3124

0 commit comments

Comments
 (0)