From 2d6ba0cab5a3cc494d5bf2f579d7e4f930b17cda Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 28 Jul 2025 14:24:47 +0200 Subject: [PATCH] feat(yolk): disable singServerInstance --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 59c30b21..599bf8e1 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -174,7 +174,7 @@ export default defineNuxtConfig({ translateApi: '', // Use the instance where Elk has its Mastodon account as the default defaultServer: 'social.ayco.io', - singleInstance: true, + singleInstance: false, }, storage: { fsBase: 'node_modules/.cache/app',