Skip to content

Commit

Permalink
refactor: remove tiers configuration from helix-query.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fnhipster committed Jan 30, 2025
1 parent 4174060 commit 3ef2451
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3ef2451

Please sign in to comment.