Bump the cache of getPublishedContentByUrl in v1 (#3146)

This commit is contained in:
Samy Pessé
2025-04-12 16:18:26 +02:00
committed by GitHub
parent 041601ed65
commit 1942d221df
+1 -1
View File
@@ -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,