Merge remote-tracking branch 'origin/master' into dev

This commit is contained in:
lesion 2022-10-27 15:18:35 +02:00
commit 880063fa18
No known key found for this signature in database
GPG key ID: 352918250B012177
2 changed files with 5 additions and 4 deletions

View file

@ -18,6 +18,7 @@ nav_order: 7
- [lakelogaztetxea.net](https://lakelogaztetxea.net)
- [agenda.eskoria.eus](https://agenda.eskoria.eus/)
- [lubakiagenda.net](https://lubakiagenda.net/)
- [eventos.coletivos.org](https://eventos.coletivos.org/)

View file

@ -222,7 +222,7 @@ export default {
{ property: 'twitter:title', content: this.event.title },
{
property: 'twitter:image',
content: this.$options.filters.mediaURL(this.event, 'thumb')
content: this.$options.filters.mediaURL(this.event)
},
{
property: 'twitter:description',
@ -230,7 +230,7 @@ export default {
}
],
link: [
{ rel: 'image_src', href: this.$options.filters.mediaURL(this.event, 'thumb') },
{ rel: 'image_src', href: this.$options.filters.mediaURL(this.event) },
{
rel: 'alternate',
type: 'application/rss+xml',