From 74d368531f202e6018d57499a6a479078bff0c1e Mon Sep 17 00:00:00 2001 From: Henrik Larsson Date: Fri, 25 Aug 2023 08:55:03 +0200 Subject: [PATCH] Update revalidate function --- lib/sanity/sanity.fetch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sanity/sanity.fetch.ts b/lib/sanity/sanity.fetch.ts index 1987b9092..f6aef8169 100644 --- a/lib/sanity/sanity.fetch.ts +++ b/lib/sanity/sanity.fetch.ts @@ -56,7 +56,7 @@ export function getHomePage(locale: string) { return sanityFetch({ query: homePageQuery, params: { locale }, - tags: ['home', 'product', 'category', 'page', 'menu'], + tags: ['home', 'product', 'category', 'page', 'footerMenu'], }) }