forked from Mirrors/elk
feat(config): switch default instance
set fedi.femby.page as default instance
This commit is contained in:
parent
087f8cc992
commit
f2edec194f
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ export default defineNuxtConfig({
|
|||
// our default translation server #76
|
||||
translateApi: '',
|
||||
// Use the instance where Elk has its Mastodon account as the default
|
||||
defaultServer: 'sector25.de',
|
||||
defaultServer: 'fedi.femby.page',
|
||||
singleInstance: false,
|
||||
},
|
||||
storage: {
|
||||
|
|
Loading…
Reference in a new issue