From 3ef24518ebd5e22ed2c21d42cf065a8fd101965b Mon Sep 17 00:00:00 2001 From: "Carlos A. Cabrera" Date: Thu, 30 Jan 2025 14:01:56 -0600 Subject: [PATCH] refactor: remove tiers configuration from helix-query.yaml --- helix-query.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/helix-query.yaml b/helix-query.yaml index e5ea8038c..03533b45e 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -52,18 +52,3 @@ indices: select: head > meta[name="enrichment-positions"] values: | match(attribute(el, 'content'), '([^,]+)') - tiers: - parget: /tiers.json - exclude: - - 'drafts/**' - - 'enrichment/**' - - 'fragments/**' - properties: - title: - select: head > meta[property="og:title"] - value: | - attribute(el, 'content') - path: - select: none - value: | - path \ No newline at end of file