mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Tried some updates
This commit is contained in:
@@ -164,11 +164,9 @@ export const reusableSection = `
|
||||
export const homePageQuery = `*[_type == "home" && language == $locale][0] {
|
||||
_type,
|
||||
title,
|
||||
"slug": slug.current,
|
||||
"locale": language,
|
||||
"translations": *[_type == "translation.metadata" && references(^._id)].translations[].value->{
|
||||
title,
|
||||
"slug": slug.current,
|
||||
"locale": language
|
||||
},
|
||||
content[] {
|
||||
|
Reference in New Issue
Block a user