diff --git a/helix-query.yaml b/helix-query.yaml index 33ccda5..e3546c9 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -38,7 +38,7 @@ indices: value: attribute(el, "content") hull-finishes-names: select: head > meta[name^="hull-finish-image-"] - values: replace(attribute(el, "name"), "hull-finish-image-", "") + values: attribute(el, "name") hull-finishes-images: select: head > meta[name^="hull-finish-image-"] values: attribute(el, "content")