From 2367928b0d9fb3bcb3fad86a6f9fb220636d016b Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Wed, 31 Mar 2021 10:57:12 -0400 Subject: [PATCH 1/2] update default config to neo --- src/assets/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/config.json b/src/assets/config.json index 535c19d..73f3003 100644 --- a/src/assets/config.json +++ b/src/assets/config.json @@ -1,3 +1,3 @@ { - "defaultServer": "https://nang.zom.im" + "defaultServer": "https://neo.keaun.im" } From b1804d2e473ed5def937305259a2035e39d22886 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Wed, 31 Mar 2021 11:01:49 -0400 Subject: [PATCH 2/2] fix homeserver typo: neo.keanu.im --- src/assets/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/config.json b/src/assets/config.json index 73f3003..c74a46c 100644 --- a/src/assets/config.json +++ b/src/assets/config.json @@ -1,3 +1,3 @@ { - "defaultServer": "https://neo.keaun.im" + "defaultServer": "https://neo.keanu.im" }