Skip to content

Commit 1942d22

Browse files
authored
Bump the cache of getPublishedContentByUrl in v1 (#3146)
1 parent 041601e commit 1942d22

File tree

1 file changed

+1
-1
lines changed
  • packages/gitbook/src/lib

1 file changed

+1
-1
lines changed

Diff for: packages/gitbook/src/lib/api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export const getLatestOpenAPISpecVersionContent = cache({
242242
* Resolve a URL to the content to render.
243243
*/
244244
export const getPublishedContentByUrl = cache({
245-
name: 'api.getPublishedContentByUrl.v6',
245+
name: 'api.getPublishedContentByUrl.v7',
246246
tag: (url) => getCacheTagForURL(url),
247247
get: async (
248248
url: string,

0 commit comments

Comments
 (0)