feat(yolk): disable singServerInstance

This commit is contained in:
Ayo Ayco 2025-07-28 14:24:47 +02:00
parent 1db09a2a41
commit 2d6ba0cab5

View file

@ -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',