From 9bdf2e2aed68db5400c121980dc269dec75fad73 Mon Sep 17 00:00:00 2001 From: Andreas Haller Date: Tue, 13 Feb 2024 08:04:15 +0100 Subject: [PATCH] Create helix-query.yaml --- helix-query.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 helix-query.yaml 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")