Zio Elk: set default server to ap.zio.sh

zio/stable
Ducky 2024-06-08 19:27:16 +01:00
parent 1526847a18
commit 59dfb09c21
1 changed files with 4 additions and 6 deletions

View File

@ -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: 'm.webtoo.ls',
defaultServer: 'ap.zio.sh',
singleInstance: false,
},
storage: {
@ -263,15 +263,13 @@ export default defineNuxtConfig({
meta: [
{ name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' },
// open graph social image
{ property: 'og:title', content: 'Elk' },
{ property: 'og:description', content: 'A nimble Mastodon web client' },
{ property: 'og:title', content: 'Zio Elk' },
{ property: 'og:description', content: 'A fork of Elk for Zio AP' },
{ property: 'og:type', content: 'website' },
{ property: 'og:image', content: 'https://elk.zone/elk-og.png' },
{ property: 'og:image:width', content: '3800' },
{ property: 'og:image:height', content: '1900' },
{ property: 'og:site_name', content: 'Elk' },
{ property: 'twitter:site', content: '@elk_zone' },
{ property: 'twitter:card', content: 'summary_large_image' },
{ property: 'og:site_name', content: 'Zio Elk' },
],
},
},