From 2b5ab1437c98fb0625f029cffe0b9eb3913d5633 Mon Sep 17 00:00:00 2001 From: N-Pex Date: Wed, 24 Feb 2021 14:28:21 +0100 Subject: [PATCH] Move default server to config.json --- src/assets/config.json | 3 +++ src/components/Join.vue | 3 ++- src/components/Login.vue | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 src/assets/config.json diff --git a/src/assets/config.json b/src/assets/config.json new file mode 100644 index 0000000..e35b005 --- /dev/null +++ b/src/assets/config.json @@ -0,0 +1,3 @@ +{ + "defaultServer": "https://neo.keanu.im" +} \ No newline at end of file diff --git a/src/components/Join.vue b/src/components/Join.vue index 7048fce..0f14e08 100644 --- a/src/components/Join.vue +++ b/src/components/Join.vue @@ -96,6 +96,7 @@