chore: webtoo.ls as default server (#1215)

This commit is contained in:
patak 2023-01-16 11:24:14 +01:00 committed by GitHub
parent d21860487b
commit 46bd13310a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 22 deletions

View file

@ -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',