diff --git a/packages/gitbook/src/lib/api.ts b/packages/gitbook/src/lib/api.ts index c6c8f84a5..2bb2039bc 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.v6', + name: 'api.getPublishedContentByUrl.v7', tag: (url) => getCacheTagForURL(url), get: async ( url: string,