Update revalidate function

This commit is contained in:
Henrik Larsson 2023-08-25 08:55:03 +02:00
parent 93ba85fbf5
commit 74d368531f

View File

@ -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'],
})
}