Zio Elk: set default server to ap.zio.sh
parent
1526847a18
commit
59dfb09c21
|
@ -162,7 +162,7 @@ export default defineNuxtConfig({
|
||||||
// our default translation server #76
|
// our default translation server #76
|
||||||
translateApi: '',
|
translateApi: '',
|
||||||
// Use the instance where Elk has its Mastodon account as the default
|
// Use the instance where Elk has its Mastodon account as the default
|
||||||
defaultServer: 'm.webtoo.ls',
|
defaultServer: 'ap.zio.sh',
|
||||||
singleInstance: false,
|
singleInstance: false,
|
||||||
},
|
},
|
||||||
storage: {
|
storage: {
|
||||||
|
@ -263,15 +263,13 @@ export default defineNuxtConfig({
|
||||||
meta: [
|
meta: [
|
||||||
{ name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' },
|
{ name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' },
|
||||||
// open graph social image
|
// open graph social image
|
||||||
{ property: 'og:title', content: 'Elk' },
|
{ property: 'og:title', content: 'Zio Elk' },
|
||||||
{ property: 'og:description', content: 'A nimble Mastodon web client' },
|
{ property: 'og:description', content: 'A fork of Elk for Zio AP' },
|
||||||
{ property: 'og:type', content: 'website' },
|
{ property: 'og:type', content: 'website' },
|
||||||
{ property: 'og:image', content: 'https://elk.zone/elk-og.png' },
|
{ property: 'og:image', content: 'https://elk.zone/elk-og.png' },
|
||||||
{ property: 'og:image:width', content: '3800' },
|
{ property: 'og:image:width', content: '3800' },
|
||||||
{ property: 'og:image:height', content: '1900' },
|
{ property: 'og:image:height', content: '1900' },
|
||||||
{ property: 'og:site_name', content: 'Elk' },
|
{ property: 'og:site_name', content: 'Zio Elk' },
|
||||||
{ property: 'twitter:site', content: '@elk_zone' },
|
|
||||||
{ property: 'twitter:card', content: 'summary_large_image' },
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue