From e87dc664b3bd1fd1e0ccdc63465282160f41d8fa Mon Sep 17 00:00:00 2001 From: Felix Delval Date: Tue, 21 Nov 2023 10:26:06 +0100 Subject: [PATCH] Indexing image --- helix-query.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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")