mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 16:07:01 +00:00
Update revalidate function
This commit is contained in:
parent
93ba85fbf5
commit
74d368531f
@ -56,7 +56,7 @@ export function getHomePage(locale: string) {
|
|||||||
return sanityFetch<HomePagePayload | null>({
|
return sanityFetch<HomePagePayload | null>({
|
||||||
query: homePageQuery,
|
query: homePageQuery,
|
||||||
params: { locale },
|
params: { locale },
|
||||||
tags: ['home', 'product', 'category', 'page', 'menu'],
|
tags: ['home', 'product', 'category', 'page', 'footerMenu'],
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user