diff --git a/config/app/packages/opengraph.yaml b/config/app/packages/opengraph.yaml index 2bfa4c8d6..3526f97e3 100644 --- a/config/app/packages/opengraph.yaml +++ b/config/app/packages/opengraph.yaml @@ -21,17 +21,17 @@ netgen_open_graph: - { handler: literal/text, tag: "og:type", params: [article] } - { handler: field_type/ezstring, tag: "og:title", params: [title] } - { handler: field_type/ezrichtext, tag: "og:description", params: [full_intro] } - - { handler: field_type/ezimage, tag: "og:image", params: [image, i1200] } + - { handler: field_type/ezimage, tag: "og:image", params: [image, i1320] } ng_news: - { handler: literal/text, tag: "og:type", params: [article] } - { handler: field_type/ezstring, tag: "og:title", params: [title] } - { handler: field_type/ezrichtext, tag: "og:description", params: [full_intro] } - - { handler: field_type/ezimage, tag: "og:image", params: [image, i1200] } + - { handler: field_type/ezimage, tag: "og:image", params: [image, i1320] } ng_blog_post: - { handler: literal/text, tag: "og:type", params: [article] } - { handler: field_type/ezstring, tag: "og:title", params: [title] } - { handler: field_type/ezrichtext, tag: "og:description", params: [full_intro] } - - { handler: field_type/ezimage, tag: "og:image", params: [image, i1200] } + - { handler: field_type/ezimage, tag: "og:image", params: [image, i1320] } ng_contact_form: - { handler: literal/text, tag: "og:type", params: [article] } - { handler: field_type/ezstring, tag: "og:title", params: [title] }