From cb8a45e0d04427de1066d7b98a4d819506cec4c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20=C5=A0panja?= Date: Thu, 23 Feb 2023 09:12:25 +0100 Subject: [PATCH] NGSTACK-746: fix opengraph image alias --- config/app/packages/opengraph.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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] }