From b066db479feafa75559db87009f62bfc6bc68b7c Mon Sep 17 00:00:00 2001 From: Taran Vohra Date: Mon, 30 Sep 2024 18:34:30 +0530 Subject: [PATCH] Bump the cache key for api.getPublishedContentByUrl (#2502) --- packages/gitbook/src/lib/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gitbook/src/lib/api.ts b/packages/gitbook/src/lib/api.ts index 841e27ef6..e967dbda7 100644 --- a/packages/gitbook/src/lib/api.ts +++ b/packages/gitbook/src/lib/api.ts @@ -226,7 +226,7 @@ export const getSyncedBlockContent = cache({ * Resolve a URL to the content to render. */ export const getPublishedContentByUrl = cache({ - name: 'api.getPublishedContentByUrl.v3', + name: 'api.getPublishedContentByUrl.v4', tag: (url) => getAPICacheTag({ tag: 'url',