Skip to content

Commit

Permalink
Indexing image
Browse files Browse the repository at this point in the history
  • Loading branch information
fe-lix- committed Nov 21, 2023
1 parent bb125b7 commit e87dc66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ indices:
description:
select: head > meta[property="og:description"]
value: attribute(el, "content")
image:
select: head > meta[property="og:image"]
value: attribute(el, "content")
blog_ca:
include:
- /ca/blog/**
Expand All @@ -35,3 +38,6 @@ indices:
description:
select: head > meta[property="og:description"]
value: attribute(el, "content")
image:
select: head > meta[property="og:image"]
value: attribute(el, "content")

0 comments on commit e87dc66

Please sign in to comment.