Skip to content

Commit

Permalink
fix redirect (#5503)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffrepaul authored Sep 27, 2023
1 parent 1b37cfb commit e1047f7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,14 @@
force = true

[[redirects]]
from = "/guides/cloud/debugging/"
to = "/guides/cloud/"
from = "/guides/cloud/debugging/test-replay"
to = "/guides/cloud/test-replay"
status = 301
force = true

[[redirects]]
from = "/guides/cloud/debugging/recorded-runs"
to = "/guides/cloud/recorded-runs"
status = 301
force = true

Expand Down

0 comments on commit e1047f7

Please sign in to comment.