mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 10:41:23 +00:00
Test revalidation
This commit is contained in:
@@ -56,7 +56,7 @@ export function getHomePage(locale: string) {
|
||||
return sanityFetch<HomePagePayload | null>({
|
||||
query: homePageQuery,
|
||||
params: { locale },
|
||||
tags: ['home', 'products', 'categories', 'page', 'menu'],
|
||||
tags: ['home', 'product', 'category', 'page', 'menu'],
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user