Skip to content

Commit

Permalink
Update netlify.toml
Browse files Browse the repository at this point in the history
fix redirects
  • Loading branch information
brendanmoore authored Dec 1, 2023
1 parent 735cdb0 commit 6dee16c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -380,13 +380,13 @@

[[redirects]]
from = "/explore-cardano/glossary.html"
to = "https://www.essentialcardano.io/glossary?sort=alphabetica"
status = 301
to = "https://www.essentialcardano.io/glossary"
status = 308

[[redirects]]
from = "/glossary/"
to = "https://www.essentialcardano.io/glossary?sort=alphabetical"
status = 301
to = "https://www.essentialcardano.io/glossary"
status = 308

[[redirects]]
from = "/core-concepts/stake-pools"
Expand Down

0 comments on commit 6dee16c

Please sign in to comment.