feat(yolk): disable singServerInstance
This commit is contained in:
parent
1db09a2a41
commit
2d6ba0cab5
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ export default defineNuxtConfig({
|
||||||
translateApi: '',
|
translateApi: '',
|
||||||
// Use the instance where Elk has its Mastodon account as the default
|
// Use the instance where Elk has its Mastodon account as the default
|
||||||
defaultServer: 'social.ayco.io',
|
defaultServer: 'social.ayco.io',
|
||||||
singleInstance: true,
|
singleInstance: false,
|
||||||
},
|
},
|
||||||
storage: {
|
storage: {
|
||||||
fsBase: 'node_modules/.cache/app',
|
fsBase: 'node_modules/.cache/app',
|
||||||
|
|
Loading…
Reference in a new issue