Skip to content

Commit

Permalink
infra: remove redirect from current stable (#3091)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Sep 9, 2024
1 parent 200beb9 commit 533c131
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,10 @@
fi
'''

# Alias for the main page
[[redirects]]
from = "https://v9.fakerjs.dev"
to = "https://fakerjs.dev"
status = 302
force = true

# Alias for the next page
[[redirects]]
from = "https://v10.fakerjs.dev"
to = "https://next.fakerjs.dev"
from = "https://v10.fakerjs.dev/*"
to = "https://next.fakerjs.dev/:splat"
status = 302
force = true

Expand Down

0 comments on commit 533c131

Please sign in to comment.