Skip to content

Commit

Permalink
feat(netlify): redirect to new URL
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Mar 5, 2019
1 parent 935fb98 commit d4ba7c5
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 @@ -18,3 +18,9 @@
from = "/*"
to = "/index.html"
status = 200

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

0 comments on commit d4ba7c5

Please sign in to comment.