Skip to content

Commit

Permalink
Fixed redirect issue of mfa blog
Browse files Browse the repository at this point in the history
  • Loading branch information
VershaGupta authored Aug 23, 2022
1 parent 40bda00 commit 53602ef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -461,4 +461,11 @@
[[redirects]]
from = "/identity/what-is-passwordless-login/index"
to = "/blog/identity/what-is-passwordless-login/"
status = 301
status = 301

[[redirects]]
from = "/identity/benefits-of-2fa/"
to = "/blog/identity/benefits-of-mfa/"
status = 301


0 comments on commit 53602ef

Please sign in to comment.