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 1e404e3 commit 670dbe4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ indices:
description:
select: head > meta[property="og:description"]
value: attribute(el, "content")
hull-finishes-names:
select: head > meta[name^="hull-finish-image-"]
value: attribute(el, "name")
hull-finishes-images:
select: head > meta[name^="hull-finish-image-"]
value: attribute(el, "content")
lastModified:
select: none
value: parseTimestamp(headers["last-modified"], "ddd, DD MMM YYYY hh:mm:ss GMT")

0 comments on commit 670dbe4

Please sign in to comment.