Skip to content

Commit

Permalink
Reoder the redirect rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Arias authored Jul 21, 2019
1 parent 22294bb commit a48ac36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
[[redirects]]
from = "/*"
to = "/"
status = 200

[[redirects]]
from = "https://ethernaut.zeppelin.solutions/*"
to = "https://ethernaut.openzeppelin.com/:splat"
Expand All @@ -20,3 +15,8 @@
to = "https://ethernaut.openzeppelin.com/:splat"
status = 301
force = true

[[redirects]]
from = "/*"
to = "/"
status = 200

0 comments on commit a48ac36

Please sign in to comment.