diff --git a/helix-query.yaml b/helix-query.yaml index 6f22170a..7de1924b 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -18,6 +18,9 @@ indices: description: select: head > meta[property="og:description"] value: attribute(el, "content") + image: + select: head > meta[property="og:image"] + value: attribute(el, "content") blog_ca: include: - /ca/blog/** @@ -35,3 +38,6 @@ indices: description: select: head > meta[property="og:description"] value: attribute(el, "content") + image: + select: head > meta[property="og:image"] + value: attribute(el, "content")