mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-23 11:03:39 +00:00
Bump the cache key for api.getPublishedContentByUrl (#2502)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user