fix: modify GROQ query for blog post pages to also return small description
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m5s
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m5s
This commit is contained in:
parent
f565227dc2
commit
6dbc33b6ab
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ async function getData(slug: string) {
|
||||||
"currentSlug": slug.current,
|
"currentSlug": slug.current,
|
||||||
title,
|
title,
|
||||||
content,
|
content,
|
||||||
|
smallDescription,
|
||||||
titleImage,
|
titleImage,
|
||||||
_createdAt
|
_createdAt
|
||||||
}[0]`;
|
}[0]`;
|
||||||
|
|
Loading…
Reference in a new issue