From ea521859796235300ce31fb502009943f9b9c70c Mon Sep 17 00:00:00 2001 From: Steven Hall Date: Fri, 11 Apr 2025 17:12:26 +0100 Subject: [PATCH] Bump getPublishedContentByUrl cache. --- 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 701d7a97e9..c6c8f84a50 100644 --- a/packages/gitbook/src/lib/api.ts +++ b/packages/gitbook/src/lib/api.ts @@ -242,7 +242,7 @@ export const getLatestOpenAPISpecVersionContent = cache({ * Resolve a URL to the content to render. */ export const getPublishedContentByUrl = cache({ - name: 'api.getPublishedContentByUrl.v5', + name: 'api.getPublishedContentByUrl.v6', tag: (url) => getCacheTagForURL(url), get: async ( url: string,