diff --git a/helix-query.yaml b/helix-query.yaml index f611ebb..1cf27ee 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -5,18 +5,6 @@ indices: - /** target: /query-index.json properties: - title: - select: head > meta[property="og:title"] - value: attribute(el, "content") - image: - select: head > meta[property="og:image"] - value: match(attribute(el, "content"), "https:\/\/[^/]+(/.*)") - thumbnail: - select: head > meta[name="thumbnail"] - value: attribute(el, "content") - description: - select: head > meta[name="description"] - value: attribute(el, "content") lastModified: select: none value: parseTimestamp(headers["last-modified"], "ddd, DD MMM YYYY hh:mm:ss GMT")