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 15, 2024
1 parent db6399b commit f450309
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,15 @@ indices:
lastModified:
select: none
value: parseTimestamp(headers["last-modified"], "ddd, DD MMM YYYY hh:mm:ss GMT")
ship-focus:
target: /focus/ships/query-index.json
properties:
name:
select: head > meta[property="og:title"]
value: attribute(el, "content")
image:
select: body > meta[property="og: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 f450309

Please sign in to comment.