From a231ebad4194b8a6cc155f82cbc11d86207f7eb5 Mon Sep 17 00:00:00 2001 From: Ducky Date: Sat, 8 Jun 2024 20:00:03 +0100 Subject: [PATCH] Zio Elk: set default server to mastodon.social --- nuxt.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 22fc1e1c..8923d6f3 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -162,7 +162,8 @@ export default defineNuxtConfig({ // our default translation server #76 translateApi: '', // Use the instance where Elk has its Mastodon account as the default - defaultServer: 'ap.zio.sh', + //defaultServer: 'ap.zio.sh', // BUG: Landing UI looks broken as GoToSocial does not provide public feeds + defaultServer: 'mastodon.social', singleInstance: false, }, storage: {