Skip to content

Commit

Permalink
remove '/debugging' redirect (#5501)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffrepaul authored Sep 27, 2023
1 parent 433cbf6 commit 1b37cfb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,12 @@
status = 301
force = true

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

[[plugins]]
package = "@netlify/plugin-sitemap"

Expand Down

0 comments on commit 1b37cfb

Please sign in to comment.