Bump the cache key for api.getPublishedContentByUrl (#2502)

This commit is contained in:
Taran Vohra
2024-09-30 18:34:30 +05:30
committed by GitHub
parent a69ff2789a
commit b066db479f
+1 -1
View File
@@ -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',