From 13a914d408de049176cdb75256475442d8dcafd4 Mon Sep 17 00:00:00 2001 From: Andreas Haller Date: Fri, 16 Feb 2024 20:39:04 +0100 Subject: [PATCH] Update helix-query.yaml --- helix-query.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helix-query.yaml b/helix-query.yaml index e3546c9..7966c7f 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -36,6 +36,9 @@ indices: description: select: head > meta[property="og:description"] value: attribute(el, "content") + specification: + select: head > meta[name="specification"] + value: attribute(el, "content") hull-finishes-names: select: head > meta[name^="hull-finish-image-"] values: attribute(el, "name")