adding metadata to rss flow to make n8n read right proprieties

This commit is contained in:
2026-05-26 11:25:57 +02:00
parent dec57ba6f2
commit 03aafdc673
+3
View File
@@ -24,6 +24,9 @@ export async function GET() {
url: `${siteUrl}/fr/blog/${article.slug}`,
guid: article.slug,
date: article.date,
custom_elements: [
{ 'meta_description': article.description }
],
});
});