Compare commits

...

1 Commits

Author SHA1 Message Date
Johan Preynat 5c9335b5ff Forward content resolution API response tags to local caches 2024-06-21 10:36:21 +02:00
+1
View File
@@ -243,6 +243,7 @@ export const getPublishedContentByUrl = cache(
};
return {
tags: [
...parsed.tags,
getAPICacheTag({
tag: 'url',
hostname: parsedURL.hostname,