Skip to content

Commit

Permalink
Revert "πŸ› Missing accordions in groq #1864"
Browse files Browse the repository at this point in the history
This reverts commit 3bf8f25.
  • Loading branch information
fernandolucchesi authored Nov 3, 2023
1 parent 3bf8f25 commit 7ca9c63
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions search/IndexSanityContent/magazine/sanity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@ export const query = /* groq */ `*[_type == "magazine" && _lang == $lang && !(_i
"accordions": content[_type == "accordion"] {
"_key": _key,
"title": pt::text(title),
"ingress": pt::text(ingress),
"accordionItems":accordion[]{
"id": _key,
title,
"content": pt::text(content)
}
"ingress": pt::text(ingress)
},
"magazineTags": magazineTags[]->.title[$lang],
"heroFigure": select(
Expand Down

0 comments on commit 7ca9c63

Please sign in to comment.