diff --git a/nuxt.config.ts b/nuxt.config.ts index 8d77a0f1..22fc1e1c 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -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' }, ], }, },