Skip to content

Commit

Permalink
redirect http, not https
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Jul 26, 2023
1 parent c9e2d6a commit e9ec1cc
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
@@ -1,10 +1,10 @@
[[redirects]]
from = "https://zkchat.net"
from = "http://zkchat.net"
to = "https://id.zkchat.net"
status = 301
force = true
[[redirects]]
from = "https://www.zkchat.net"
from = "http://www.zkchat.net"
to = "https://id.zkchat.net"
status = 301
force = true

0 comments on commit e9ec1cc

Please sign in to comment.