Skip to content

Commit

Permalink
Create helix-query.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nc-andreashaller authored Feb 13, 2024
1 parent c5f0399 commit 9bdf2e2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
indices:
ship-specifications:
target: /specifications/ships/index.json
properties:
name:
select: head > meta[property="og:title"]
value: attribute(el, "content")
features:
select: head > meta[property="og:title"]
value: attribute(el, "content")
specifications:
select: head > meta[property="og:title"]
value: attribute(el, "content")

0 comments on commit 9bdf2e2

Please sign in to comment.