From e9ec1ccf1500373b6d863b6393a62d939f2b1fae Mon Sep 17 00:00:00 2001 From: Tempe Techie <95053628+tempe-techie@users.noreply.github.com> Date: Wed, 26 Jul 2023 22:53:20 +0200 Subject: [PATCH] redirect http, not https --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index bde6289..0bd6f9c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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 \ No newline at end of file