Skip to content

Commit

Permalink
another redirect option to try out
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Jul 26, 2023
1 parent e9ec1cc commit 1d032d6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@
to = "https://id.zkchat.net"
status = 301
force = true
[[redirects]]
from = "https://zkchat.net"
to = "https://id.zkchat.net"
status = 301
force = true
[[redirects]]
from = "http://www.zkchat.net"
to = "https://id.zkchat.net"
status = 301
force = true
[[redirects]]
from = "https://www.zkchat.net"
to = "https://id.zkchat.net"
status = 301
force = true

0 comments on commit 1d032d6

Please sign in to comment.