Skip to content

Commit

Permalink
feat(netlify): redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Mar 6, 2019
1 parent feda9a9 commit 92702ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
status = 200

[[redirects]]
from = "http://kleros-court.netlify.com/*"
to = "http://court.kleros.io/:splat"
from = "https://kleros-court.netlify.com/*"
to = "https://court.kleros.io/:splat"
status = 301
force = true

0 comments on commit 92702ad

Please sign in to comment.