Zio Elk: set default server to mastodon.social
parent
7aa3dc6b07
commit
a231ebad41
|
@ -162,7 +162,8 @@ export default defineNuxtConfig({
|
||||||
// our default translation server #76
|
// our default translation server #76
|
||||||
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: 'ap.zio.sh',
|
//defaultServer: 'ap.zio.sh', // BUG: Landing UI looks broken as GoToSocial does not provide public feeds
|
||||||
|
defaultServer: 'mastodon.social',
|
||||||
singleInstance: false,
|
singleInstance: false,
|
||||||
},
|
},
|
||||||
storage: {
|
storage: {
|
||||||
|
|
Loading…
Reference in New Issue