mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 07:56:59 +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>({
|
||||
query: homePageQuery,
|
||||
params: { locale },
|
||||
tags: ['home', 'product', 'category', 'page', 'menu'],
|
||||
tags: ['home', 'product', 'category', 'page', 'footerMenu'],
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user