feat(yolk): change config to single server social.ayco.io
This commit is contained in:
parent
7f733512a2
commit
1db09a2a41
2 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ export default defineNuxtPlugin(({ $scrollToTop }) => {
|
|||
}
|
||||
whenever(logicAnd(isAuthenticated, notUsingInput, keys.c), defaultPublishDialog)
|
||||
|
||||
const instanceDomain = currentInstance.value ? getInstanceDomain(currentInstance.value) : 'm.webtoo.ls'
|
||||
const instanceDomain = currentInstance.value ? getInstanceDomain(currentInstance.value) : 'social.ayco.io'
|
||||
whenever(logicAnd(notUsingInput, useMagicSequence(['g', 'h'])), () => navigateTo('/home'))
|
||||
whenever(logicAnd(isAuthenticated, notUsingInput, useMagicSequence(['g', 'n'])), () => navigateTo('/notifications'))
|
||||
// TODO: always overridden by 'c' (compose) shortcut
|
||||
|
|
|
@ -173,8 +173,8 @@ export default defineNuxtConfig({
|
|||
// our default translation server #76
|
||||
translateApi: '',
|
||||
// Use the instance where Elk has its Mastodon account as the default
|
||||
defaultServer: 'm.webtoo.ls',
|
||||
singleInstance: false,
|
||||
defaultServer: 'social.ayco.io',
|
||||
singleInstance: true,
|
||||
},
|
||||
storage: {
|
||||
fsBase: 'node_modules/.cache/app',
|
||||
|
|
Loading…
Reference in a new issue