chore: webtoo.ls as default server (#1215)
This commit is contained in:
parent
d21860487b
commit
46bd13310a
6 changed files with 23 additions and 22 deletions
|
@ -94,7 +94,8 @@ export default defineNuxtConfig({
|
|||
pwaEnabled: !isDevelopment || process.env.VITE_DEV_PWA === 'true',
|
||||
// We use LibreTranslate(https://github.com/LibreTranslate/LibreTranslate) as our default translation server #76
|
||||
translateApi: '',
|
||||
defaultServer: 'mas.to',
|
||||
// Use the instance where Elk has its Mastodon account as the default
|
||||
defaultServer: 'webtoo.ls',
|
||||
},
|
||||
storage: {
|
||||
driver: isCI ? 'cloudflare' : 'fs',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue