1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-10-03 01:09:57 +01:00

fix: use m.webtoo.ls

This commit is contained in:
Daniel Roe 2023-01-16 10:25:34 +00:00
parent 998fa9ccb1
commit 2e79f3aa37

View file

@ -95,7 +95,7 @@ export default defineNuxtConfig({
// We use LibreTranslate(https://github.com/LibreTranslate/LibreTranslate) as our default translation server #76
translateApi: '',
// Use the instance where Elk has its Mastodon account as the default
defaultServer: 'webtoo.ls',
defaultServer: 'm.webtoo.ls',
},
storage: {
driver: isCI ? 'cloudflare' : 'fs',