Skip to content

Commit

Permalink
Update helix-query.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nc-andreashaller authored Feb 16, 2024
1 parent 6751b08 commit a93659e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a93659e

Please sign in to comment.