Merge branch 'bigger_preview_image' into 'master'

use full-image instead of  thumb

See merge request les/gancio!17
This commit is contained in:
les
2022-10-27 13:18:06 +00:00

View File

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