From f8c9d4c579f1d78a5609f3c7d540dea3fe933fe6 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 8 Jun 2024 07:04:21 -0700 Subject: [PATCH] fix: feed --- config/filters/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filters/index.js b/config/filters/index.js index 020c0a7d..5ba7eea5 100644 --- a/config/filters/index.js +++ b/config/filters/index.js @@ -109,7 +109,7 @@ export default { // if there's a valid entry return a normalized object if (entry) posts.push({ - title, + title: title.trim(), url, content: entry.description, date,