Skip to content

Commit

Permalink
Added redirect from netlify domain to info.navcoin.org
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-auckland committed Mar 26, 2019
1 parent b1cc521 commit 33fe282
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Redirect default Netlify subdomain to primary domain
[[redirects]]
from = "https://navcoin-knowledge-base.netlify.com/*"
to = "https://info.navcoin.org/:splat"
status = 301
force = true


[[redirects]]
from = "https://info.navcoin.org/knowledge-base/how-to-bootstrap-your-core-wallet/"
to = "https://info.navcoin.org/navcoin-core/bootstrap-your-wallet/"
Expand Down

0 comments on commit 33fe282

Please sign in to comment.