diff --git a/helix-query.yaml b/helix-query.yaml index 8509e94..790616b 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -49,8 +49,8 @@ indices: select: h3 values: textContent(el) feature-images: - select: h3 + p picture source:fist-child - values: el + select: h3 + p picture img + values: attribute(el, "src") feature-descriptions: select: h3 + p + p values: textContent(el)