Skip to content

Commit

Permalink
Bump the cache key for api.getPublishedContentByUrl (#2502)
Browse files Browse the repository at this point in the history
  • Loading branch information
taranvohra authored Sep 30, 2024
1 parent a69ff27 commit b066db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gitbook/src/lib/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b066db4

Please sign in to comment.