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

This commit is contained in:
Dorian Niemiec 2024-09-19 17:33:19 +02:00
parent f565227dc2
commit 6dbc33b6ab

View file

@ -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]`;