diff --git a/helix-query.yaml b/helix-query.yaml new file mode 100644 index 0000000..2a2054d --- /dev/null +++ b/helix-query.yaml @@ -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")